Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
387
template<class T>
388
Matrix<T> operator-(Matrix<T> const &a, Matrix<T> const &b) {
389
return a.subtract(b);
390
}
391
392
template<class T>
393
Matrix<T> operator*(Matrix<T> const &a, Matrix<T> const &b) {
Callers
nothing calls this directly
Calls
1
subtract
Method · 0.80
Tested by
no test coverage detected