Home
last modified time | relevance | path

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

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