Mercurial > hg > octave-jordi
comparison liboctave/CmplxSVD.h @ 10158:4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 20 Jan 2010 19:04:35 -0500 |
parents | 16f53d29049f |
children | cbc402e64d83 |
comparison
equal
deleted
inserted
replaced
10157:cf17f22f1fd4 | 10158:4c0cdbe0acca |
---|---|
85 | 85 |
86 octave_idx_type init (const ComplexMatrix& a, SVD::type svd_type = SVD::std); | 86 octave_idx_type init (const ComplexMatrix& a, SVD::type svd_type = SVD::std); |
87 }; | 87 }; |
88 | 88 |
89 #endif | 89 #endif |
90 | |
91 /* | |
92 ;;; Local Variables: *** | |
93 ;;; mode: C++ *** | |
94 ;;; End: *** | |
95 */ |