[BACK]Return to maximal_minors.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Schubert

Annotation of OpenXM_contrib/PHC/Ada/Schubert/maximal_minors.ads, Revision 1.1

1.1     ! maekawa     1: with text_io;                            use text_io;
        !             2: with Standard_Floating_Numbers;          use Standard_Floating_Numbers;
        !             3: with Standard_Floating_Matrices;         use Standard_Floating_Matrices;
        !             4:
        !             5: procedure Maximal_Minors ( file : in file_type;
        !             6:                            n,d : in natural; mat : in Matrix;
        !             7:                            min,max : out double_float );
        !             8:
        !             9: -- DESCRIPTION :
        !            10: --   Computes all maximal minors of a (nxd)-matrix mat, d < n,
        !            11: --   and computes the minimal and maximal determinant in absolute value.

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