big performance improvement in inverse and LU

This commit is contained in:
Benoit Jacob
2008-08-04 23:34:21 +00:00
parent a7a05382d1
commit 79a0feee68
3 changed files with 10 additions and 12 deletions

View File

@@ -179,7 +179,6 @@ class Matrix : public MatrixBase<Matrix<_Scalar, _Rows, _Cols, _MaxRows, _MaxCol
ei_pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, x);
}
public:
/** \returns a const pointer to the data array of this matrix */
inline const Scalar *data() const
{ return m_storage.data(); }