Searched refs:matBstatic (Results 1 – 1 of 1) sorted by relevance
19 Matrix<float,3,1> matBstatic; in product1x1() local21 matBstatic.setRandom(); in product1x1()22 VERIFY_IS_APPROX( (matAstatic * matBstatic).coeff(0,0), in product1x1()23 matAstatic.cwiseProduct(matBstatic.transpose()).sum() ); in product1x1()