Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ operator-
Method
operator-
DEVELOPER/core/Matrix.cpp:1336–1342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1334
}
1335
1336
Matrix
1337
Matrix::operator-(double fact) const
1338
{
1339
Matrix result(*this);
1340
result -= fact;
1341
return result;
1342
}
1343
1344
Matrix
1345
Matrix::operator*(double fact) const
Callers
nothing calls this directly
Calls
1
addMatrix
Method · 0.45
Tested by
no test coverage detected