Mercurial > hg > octave-nkf
comparison liboctave/fMatrix.h @ 8367:445d27d79f4e
support permutation matrix objects
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 04 Dec 2008 08:31:56 +0100 |
parents | 9813c07ca946 |
children | c187f0e3a7ee |
comparison
equal
deleted
inserted
replaced
8366:8b1a2555c4e2 | 8367:445d27d79f4e |
---|---|
62 | 62 |
63 explicit FloatMatrix (const FloatColumnVector& cv); | 63 explicit FloatMatrix (const FloatColumnVector& cv); |
64 | 64 |
65 explicit FloatMatrix (const FloatDiagMatrix& a); | 65 explicit FloatMatrix (const FloatDiagMatrix& a); |
66 | 66 |
67 explicit FloatMatrix (const PermMatrix& a); | |
68 | |
67 explicit FloatMatrix (const boolMatrix& a); | 69 explicit FloatMatrix (const boolMatrix& a); |
68 | 70 |
69 explicit FloatMatrix (const charMatrix& a); | 71 explicit FloatMatrix (const charMatrix& a); |
72 | |
70 | 73 |
71 FloatMatrix& operator = (const FloatMatrix& a) | 74 FloatMatrix& operator = (const FloatMatrix& a) |
72 { | 75 { |
73 MArray2<float>::operator = (a); | 76 MArray2<float>::operator = (a); |
74 return *this; | 77 return *this; |