mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix nesting in Arraywrapper and nesting_ops
This commit is contained in:
@@ -96,5 +96,6 @@ void test_inverse()
|
||||
CALL_SUBTEST_5( inverse(MatrixXf(s,s)) );
|
||||
s = ei_random<int>(25,100);
|
||||
CALL_SUBTEST_6( inverse(MatrixXcd(s,s)) );
|
||||
CALL_SUBTEST_7( inverse(Matrix4d()) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user