mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add matrix constructor taking an array. update unit-tests.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user