MCPcopy Create free account
hub / github.com/dhale/jtk / solve

Method solve

core/src/main/java/edu/mines/jtk/lapack/DMatrixChd.java:96–109  ·  view source on GitHub ↗

Returns the solution X of the linear system A X = B. The matrix A must be symmetric and positive-definite. Also, the matrices A and B must have the same number of rows. @param b the right-hand-side matrix B. @return the solution matrix X.

(DMatrix b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testMethod · 0.95

Calls 6

argumentMethod · 0.95
stateMethod · 0.95
checkMethod · 0.95
getMMethod · 0.45
getNMethod · 0.45
getPackedColumnsMethod · 0.45

Tested by 1

testMethod · 0.76