[BACK]Return to standard_floating_vecmats.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Matrices/standard_floating_vecmats.ads, Revision 1.1

1.1     ! maekawa     1: with Generic_VecMats;
        !             2: with Standard_Floating_Ring;
        !             3: with Standard_Floating_Vectors;
        !             4: with Standard_Floating_Matrices;
        !             5:
        !             6: package Standard_Floating_VecMats is
        !             7:   new Generic_VecMats(Standard_Floating_Ring,
        !             8:                       Standard_Floating_Vectors,
        !             9:                       Standard_Floating_Matrices);
        !            10:
        !            11: -- DESCRIPTION :
        !            12: --   Defines vectors of matrices over the ring of standard floating numbers.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>