Searched refs:MatrixXmp (Results 1 – 2 of 2) sorted by relevance
14 typedef Matrix<mpreal,Eigen::Dynamic,Eigen::Dynamic> MatrixXmp; in test_mpreal_support() typedef25 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()
47 typedef Matrix<mpreal,Dynamic,Dynamic> MatrixXmp;50 MatrixXmp A = MatrixXmp::Random(100,100);