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

Method solve

core/src/main/java/edu/mines/jtk/lapack/DMatrix.java:672–679  ·  view source on GitHub ↗

Solves the system A X = B. Requires m>=n for this m-by-n matrix A. If m>n, then the returned solution X is a least-squares solution. @param b the matrix B of right-hand-side column vectors. @return the matrix X of solution vectors.

(DMatrix b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

inverseMethod · 0.95
mainMethod · 0.45

Calls 1

stateMethod · 0.95

Tested by

no test coverage detected