Searched refs:VecMatMul (Results 1 – 1 of 1) sorted by relevance
3457 class VecMatMul : public MulFunc<Vector<float, Cols>, class3462 typedef typename VecMatMul::IRet IRet;3463 typedef typename VecMatMul::IArgs IArgs;3464 typedef typename VecMatMul::IArg0 IArg0;3465 typedef typename VecMatMul::IArg1 IArg1;3505 return call<VecMatMul<Cols, Rows> >(ctx, right, in doApply()3969 return app<VecMatMul<Rows, Cols> >(left, right); in operator *()