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

Method solve

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

Returns the least-squares solution X of the system A X = B. This solution exists only if the matrix A is of full rank. @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 X that mini

(DMatrix b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

testMethod · 0.95
testMethod · 0.95
initOrder1Method · 0.95
initOrder2Method · 0.95

Calls 6

argumentMethod · 0.95
stateMethod · 0.95
isFullRankMethod · 0.95
getMethod · 0.65
getMMethod · 0.45
getNMethod · 0.45

Tested by 2

testMethod · 0.76
testMethod · 0.76