Home
last modified time | relevance | path

Searched refs:symmCpy (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dcholesky.cpp34 MatrixType symmCpy = symm; in test_chol_update() local
43 symmCpy += sigma * vec * vec.adjoint(); in test_chol_update()
46 CholType<MatrixType,Lower> chol(symmCpy); in test_chol_update()
51 VERIFY_IS_APPROX(symmCpy, chollo.reconstructedMatrix()); in test_chol_update()
54 VERIFY_IS_APPROX(symmCpy, cholup.reconstructedMatrix()); in test_chol_update()