Home
last modified time | relevance | path

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

/external/eigen/bench/perf_monitoring/gemm/
Dlazy_gemm.cpp14 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/
Dboostmultiprec.cpp147 typedef Matrix<std::complex<Real>,Dynamic,Dynamic> MatC; in test_boostmultiprec() typedef
163 MatC A(10,10); in test_boostmultiprec()
176 CALL_SUBTEST_2( lu_non_invertible<MatC>() ); in test_boostmultiprec()
177 CALL_SUBTEST_2( lu_invertible<MatC>() ); in test_boostmultiprec()