mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
rename Block to DynBlock and rework API to make place for
upcoming fixed-size Block matrix. Also some cleanup.
This commit is contained in:
@@ -93,10 +93,10 @@ void EigenTest::testAdjoint()
|
||||
{
|
||||
REPEAT {
|
||||
adjoint(Matrix<float, 1, 1>());
|
||||
adjoint(Matrix4cd());
|
||||
adjoint(Matrix4d());
|
||||
adjoint(MatrixXcf(3, 3));
|
||||
adjoint(MatrixXi(8, 12));
|
||||
adjoint(MatrixXd(20, 20));
|
||||
adjoint(MatrixXcd(20, 20));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user