add adjointInPlace() and add documentation warnings on adjoint() and transpose() about aliasing effects.

This commit is contained in:
Benoit Jacob
2009-03-31 13:55:40 +00:00
parent a1ba995f05
commit bf596d0b3a
4 changed files with 86 additions and 14 deletions

View File

@@ -369,6 +369,7 @@ template<typename Derived> class MatrixBase
const Eigen::Transpose<Derived> transpose() const;
void transposeInPlace();
const AdjointReturnType adjoint() const;
void adjointInPlace();
RowXpr row(int i);
const RowXpr row(int i) const;