aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/matrixmanip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/matrixmanip.cpp')
-rw-r--r--test/matrixmanip.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/matrixmanip.cpp b/test/matrixmanip.cpp
index 608dc1dad..4851a9178 100644
--- a/test/matrixmanip.cpp
+++ b/test/matrixmanip.cpp
@@ -44,9 +44,9 @@ template<typename MatrixType> void matrixManip(const MatrixType& m)
void EigenTest::testMatrixManip()
{
- matrixManip(Matrix<int, 2, 3>());
- matrixManip(Matrix<double, 3, 3>());
- matrixManip(Matrix<complex<float>, 4,3>());
+ matrixManip(EiMatrix<int, 2, 3>());
+ matrixManip(EiMatrix<double, 3, 3>());
+ matrixManip(EiMatrix<complex<float>, 4,3>());
matrixManip(EiMatrixXi(2, 2));
matrixManip(EiMatrixXd(3, 5));
matrixManip(EiMatrixXcf(4, 4));