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

Method solve

core/src/main/java/edu/mines/jtk/la/DMatrixLud.java:181–211  ·  view source on GitHub ↗

Returns the solution X of the system A X = B. This solution exists only if the matrix A is non-singular. @param b a matrix of right-hand-side vectors. This matrix must have the same number (m) of rows as the matrix A, but may have any number of columns. @return the matrix solution X. @exception Il

(DMatrix b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

testMethod · 0.95
testMethod · 0.95
ensureWeightsMethod · 0.95

Calls 7

argumentMethod · 0.95
stateMethod · 0.95
isNonSingularMethod · 0.95
getArrayMethod · 0.95
getMethod · 0.65
getMMethod · 0.45
getNMethod · 0.45

Tested by 2

testMethod · 0.76
testMethod · 0.76