Searched refs:MatC (Results 1 – 2 of 2) sorted by relevance
/external/eigen/bench/perf_monitoring/ |
D | lazy_gemm.cpp | 14 template<typename MatA, typename MatB, typename MatC> 16 void lazy_gemm(const MatA &A, const MatB &B, MatC &C) in lazy_gemm() 30 typedef Matrix<Scalar,m,n> MatC; in bench() typedef 34 MatC C(m,n); in bench()
|
/external/eigen/test/ |
D | boostmultiprec.cpp | 153 typedef Matrix<std::complex<Real>,Dynamic,Dynamic> MatC; in EIGEN_DECLARE_TEST() typedef 169 MatC A(10,10); in EIGEN_DECLARE_TEST() 182 CALL_SUBTEST_2( lu_non_invertible<MatC>() ); in EIGEN_DECLARE_TEST() 183 CALL_SUBTEST_2( lu_invertible<MatC>() ); in EIGEN_DECLARE_TEST()
|