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