Home
last modified time | relevance | path

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

/external/eigen/test/
Dproduct_small.cpp18 Matrix<float,1,3> matAstatic; in product1x1() local
20 matAstatic.setRandom(); in product1x1()
22 VERIFY_IS_APPROX( (matAstatic * matBstatic).coeff(0,0), in product1x1()
23 matAstatic.cwiseProduct(matBstatic.transpose()).sum() ); in product1x1()