Searched refs:MatVecMul (Results 1 – 1 of 1) sorted by relevance
3489 class MatVecMul : public MulFunc<Vector<float, Rows>, class3494 typedef typename MatVecMul::IRet IRet;3495 typedef typename MatVecMul::IArgs IArgs;3496 typedef typename MatVecMul::IArg0 IArg0;3497 typedef typename MatVecMul::IArg1 IArg1;3976 return app<MatVecMul<Rows, Cols> >(left, right); in operator *()