Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmpreal_support.cpp14 typedef Matrix<mpreal,Eigen::Dynamic,Eigen::Dynamic> MatrixXmp; in test_mpreal_support() typedef
25 MatrixXmp A = MatrixXmp::Random(s,s); in test_mpreal_support()
26 MatrixXmp B = MatrixXmp::Random(s,s); in test_mpreal_support()
27 MatrixXmp S = A.adjoint() * A; in test_mpreal_support()
28 MatrixXmp X; in test_mpreal_support()
54 SelfAdjointEigenSolver<MatrixXmp> eig(S); in test_mpreal_support()
60 MatrixXmp A(8,3); A.setRandom(); in test_mpreal_support()
/external/eigen/unsupported/Eigen/
DMPRealSupport47 typedef Matrix<mpreal,Dynamic,Dynamic> MatrixXmp;
50 MatrixXmp A = MatrixXmp::Random(100,100);