Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp126 MatrixXd cov_ref(n,n); in testLmder() local
127 cov_ref << in testLmder()
136 VERIFY_IS_APPROX( cov, cov_ref); in testLmder()
229 MatrixXd cov_ref(n,n); in testLmdif() local
230 cov_ref << in testLmdif()
239 VERIFY_IS_APPROX( cov, cov_ref); in testLmdif()
DNonLinearOptimization.cpp228 MatrixXd cov_ref(n,n); in testLmder() local
229 cov_ref << in testLmder()
238 VERIFY_IS_APPROX( cov, cov_ref); in testLmder()
619 MatrixXd cov_ref(n,n); in testLmdif() local
620 cov_ref << in testLmdif()
629 VERIFY_IS_APPROX( cov, cov_ref); in testLmdif()