mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 09:23:12 +08:00
Added missing typename.
This commit is contained in:
parent
dc6ad5e25b
commit
7196777b74
@ -32,7 +32,7 @@ template <typename Scalar, int Storage>
|
|||||||
void run_matrix_tests()
|
void run_matrix_tests()
|
||||||
{
|
{
|
||||||
typedef Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Storage> MatrixType;
|
typedef Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Storage> MatrixType;
|
||||||
typedef MatrixType::Index Index;
|
typedef typename MatrixType::Index Index;
|
||||||
|
|
||||||
MatrixType m, n;
|
MatrixType m, n;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user