MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / invertMatrix

Function invertMatrix

SRC/element/nonlinearBeamColumn/matrixutil/MatrixUtil.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92void invertMatrix(int n, const Matrix &a, Matrix &b)
93{
94 a.Invert(b);
95}
96
97
98

Callers 9

revertToStartMethod · 0.85
updateMethod · 0.85
getResponseMethod · 0.85
revertToStartMethod · 0.85
updateMethod · 0.85
getResponseMethod · 0.85
revertToStartMethod · 0.85
updateMethod · 0.85
getResponseMethod · 0.85

Calls 1

InvertMethod · 0.45

Tested by

no test coverage detected