Searched refs:MatrixXcmp (Results 1 – 1 of 1) sorted by relevance
15 typedef Matrix<std::complex<mpreal>,Eigen::Dynamic,Eigen::Dynamic> MatrixXcmp; in test_mpreal_support() typedef29 MatrixXcmp Ac = MatrixXcmp::Random(s,s); in test_mpreal_support()30 MatrixXcmp Bc = MatrixXcmp::Random(s,s); in test_mpreal_support()31 MatrixXcmp Sc = Ac.adjoint() * Ac; in test_mpreal_support()32 MatrixXcmp Xc; in test_mpreal_support()