mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* Add an HyperPlane class in the Geometry module
with its respective unit-test. Feel free to discuss the API on the ML. * Some bugfix in unitOrthogonal found by the hyperplane unit test.
This commit is contained in:
@@ -116,9 +116,10 @@ EI_ADD_TEST(determinant)
|
||||
EI_ADD_TEST(inverse)
|
||||
EI_ADD_TEST(qr)
|
||||
EI_ADD_TEST(eigensolver)
|
||||
EI_ADD_TEST(geometry)
|
||||
EI_ADD_TEST(regression)
|
||||
EI_ADD_TEST(svd)
|
||||
EI_ADD_TEST(geometry)
|
||||
EI_ADD_TEST(hyperplane)
|
||||
EI_ADD_TEST(regression)
|
||||
EI_ADD_TEST(sparse)
|
||||
|
||||
ENDIF(BUILD_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user