MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / operator+

Method operator+

DEVELOPER/core/Matrix.cpp:1328–1334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1326// The above methods all return a new full general matrix.
1327
1328Matrix
1329Matrix::operator+(double fact) const
1330{
1331 Matrix result(*this);
1332 result += fact;
1333 return result;
1334}
1335
1336Matrix
1337Matrix::operator-(double fact) const

Callers

nothing calls this directly

Calls 1

addMatrixMethod · 0.45

Tested by

no test coverage detected