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

File: [local] / OpenXM_contrib / PHC / Ada / Schubert / maximal_minors.ads (download)

Revision 1.1, Sun Oct 29 17:45:33 2000 UTC (23 years, 7 months ago) by maekawa
Branch point for: MAIN

Initial revision

with text_io;                            use text_io;
with Standard_Floating_Numbers;          use Standard_Floating_Numbers;
with Standard_Floating_Matrices;         use Standard_Floating_Matrices;

procedure Maximal_Minors ( file : in file_type;
                           n,d : in natural; mat : in Matrix;
                           min,max : out double_float );

-- DESCRIPTION :
--   Computes all maximal minors of a (nxd)-matrix mat, d < n,
--   and computes the minimal and maximal determinant in absolute value.