Searched refs:zeroReduction (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | zerosized.cpp | 13 template<typename MatrixType> void zeroReduction(const MatrixType& m) { in zeroReduction() function 32 zeroReduction(t1); in zeroSizedMatrix() 45 zeroReduction(t2); in zeroSizedMatrix() 55 zeroReduction(m.template block<0,MatrixType::ColsAtCompileTime>(0,0,0,cols)); in zeroSizedMatrix() 56 zeroReduction(m.template block<MatrixType::RowsAtCompileTime,0>(0,0,rows,0)); in zeroSizedMatrix() 57 zeroReduction(m.template block<0,1>(0,0)); in zeroSizedMatrix() 58 zeroReduction(m.template block<1,0>(0,0)); in zeroSizedMatrix() 74 zeroReduction(t1); in zeroSizedVector() 78 zeroReduction(t2); in zeroSizedVector()
|