MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / operator-

Function operator-

src/RaceNet/Matrix.h:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387template<class T>
388Matrix<T> operator-(Matrix<T> const &a, Matrix<T> const &b) {
389 return a.subtract(b);
390}
391
392template<class T>
393Matrix<T> operator*(Matrix<T> const &a, Matrix<T> const &b) {

Callers

nothing calls this directly

Calls 1

subtractMethod · 0.80

Tested by

no test coverage detected