add matrix constructor taking an array. update unit-tests.

This commit is contained in:
Benoit Jacob
2007-12-18 08:56:18 +00:00
parent 53040f53d9
commit 2c656c51e6
4 changed files with 21 additions and 10 deletions

View File

@@ -195,7 +195,6 @@ template<typename Scalar, typename Derived> class MatrixBase
Scalar& z() { return coeffRef(2, UserDebugging); }
Scalar& w() { return coeffRef(3, UserDebugging); }
Eval<Derived> eval() const EIGEN_ALWAYS_INLINE;
};