Searched defs:MatrixMul (Results 1 – 1 of 1) sorted by relevance
78 struct MatrixMul : public ::std::binary_function<double,double,double> struct80 inline double operator() (const double& lhs, const double& rhs) const in operator ()()
Completed in 43 milliseconds