Mercurial > hg > octave-nkf
diff liboctave/mx-ext.h @ 687:cba3b57a82db
[project @ 1994-09-09 23:28:08 by jwe]
author | jwe |
---|---|
date | Fri, 09 Sep 1994 23:28:08 +0000 |
parents | c45e50c4ee94 |
children | 18933dbd5e43 |
line wrap: on
line diff
--- a/liboctave/mx-ext.h +++ b/liboctave/mx-ext.h @@ -24,72 +24,52 @@ #if !defined (octave_mx_ext_h) #define octave_mx_ext_h 1 -/* - * Result of a AEP Balance operation. - */ +// Result of a AEP Balance operation. #include "dbleAEPBAL.h" #include "CmplxAEPBAL.h" -/* - * Result of a Determinant calculation. - */ +// Result of a Determinant calculation. #include "dbleDET.h" #include "CmplxDET.h" -/* - * Result of a GEP Balance operation - * Note: currenlty only do balancing on real data. Complex balancing - * done on magnitudes of complex data. - */ +// Result of a GEP Balance operation +// Note: currenlty only do balancing on real data. Complex balancing +// done on magnitudes of complex data. #include "dbleGEPBAL.h" -/* - * Result of a Cholesky Factorization - */ +// Result of a Cholesky Factorization #include "dbleCHOL.h" #include "CmplxCHOL.h" -/* - * Result of a Hessenberg Decomposition - */ +// Result of a Hessenberg Decomposition #include "dbleHESS.h" #include "CmplxHESS.h" -/* - * Result of a Schur Decomposition - */ +// Result of a Schur Decomposition #include "dbleSCHUR.h" #include "CmplxSCHUR.h" -/* - * Result of a Singular Value Decomposition. - */ +// Result of a Singular Value Decomposition. #include "dbleSVD.h" #include "CmplxSVD.h" -/* - * Result of an Eigenvalue computation. - */ +// Result of an Eigenvalue computation. #include "EIG.h" -/* - * Result of an LU decomposition. - */ +// Result of an LU decomposition. #include "dbleLU.h" #include "CmplxLU.h" -/* - * Result of a QR decomposition. - */ +// Result of a QR decomposition. #include "dbleQR.h" #include "CmplxQR.h"