Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void invertMatrix(int n, const Matrix &a, Matrix &b)
93
{
94
a.Invert(b);
95
}
96
97
98
Callers
9
revertToStart
Method · 0.85
update
Method · 0.85
getResponse
Method · 0.85
revertToStart
Method · 0.85
update
Method · 0.85
getResponse
Method · 0.85
revertToStart
Method · 0.85
update
Method · 0.85
getResponse
Method · 0.85
Calls
1
Invert
Method · 0.45
Tested by
no test coverage detected