mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Half-way commit prefixing object names. I am forced to commit now
because I renamed a file once with a wrong filename and svn refuses to let me rename it again, tells me i should propagate first.
This commit is contained in:
@@ -47,7 +47,7 @@ void EigenTest::testMatrixManip()
|
||||
matrixManip(Matrix<int, 2, 3>());
|
||||
matrixManip(Matrix<double, 3, 3>());
|
||||
matrixManip(Matrix<complex<float>, 4,3>());
|
||||
matrixManip(MatrixXi(2, 2));
|
||||
matrixManip(MatrixXd(3, 5));
|
||||
matrixManip(MatrixXcf(4, 4));
|
||||
matrixManip(EiMatrixXi(2, 2));
|
||||
matrixManip(EiMatrixXd(3, 5));
|
||||
matrixManip(EiMatrixXcf(4, 4));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user