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

Method solve

core/src/main/java/edu/mines/jtk/lapack/DMatrixQrd.java:103–127  ·  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

nothing calls this directly

Calls 8

argumentMethod · 0.95
stateMethod · 0.95
isFullRankMethod · 0.95
getArrayMethod · 0.95
checkMethod · 0.95
getMethod · 0.95
getMMethod · 0.45
getNMethod · 0.45

Tested by

no test coverage detected