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

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

1.1     ! maekawa     1: with Standard_Complex_Vectors;
        !             2: with Multprec_Complex_Vectors;
        !             3:
        !             4: package Multprec_Complex_Vector_Tools is
        !             5:
        !             6: -- DESCRIPTION :
        !             7: --   Here are some tools for multi-precision vectors.
        !             8:
        !             9:   function Create ( v : Standard_Complex_Vectors.Vector )
        !            10:                   return Multprec_Complex_Vectors.Vector;
        !            11:
        !            12:   -- DESCRIPTION :
        !            13:   --   Converts the standard complex vector into a multi-precision vector.
        !            14:
        !            15:   procedure Set_Size ( v : in out Multprec_Complex_Vectors.Vector;
        !            16:                        size : in natural );
        !            17:
        !            18:   -- DESCRIPTION :
        !            19:   --   Adjusts the size of the numbers in v to the given size.
        !            20:
        !            21: end Multprec_Complex_Vector_Tools;

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