mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
minor improvements in triangular stuff
This commit is contained in:
@@ -238,7 +238,7 @@ template<typename _MatrixType, unsigned int _Mode> class TriangularView
|
||||
DenseMatrixType toDenseMatrix() const
|
||||
{
|
||||
DenseMatrixType res(rows(), cols());
|
||||
res = *this;
|
||||
evalToLazy(res);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user