mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add adjointInPlace() and add documentation warnings on adjoint() and transpose() about aliasing effects.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user