MCPcopy 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
1336Matrix
1337Matrix::operator-(double fact) const
1338{
1339 Matrix result(*this);
1340 result -= fact;
1341 return result;
1342}
1343
1344Matrix
1345Matrix::operator*(double fact) const

Callers

nothing calls this directly

Calls 1

addMatrixMethod · 0.45

Tested by

no test coverage detected