MCPcopy Create free account
hub / github.com/cretz/gwt-node / factor

Method factor

examples/scimark/src/org/gwtnode/examples/scimark/impl/LU.java:164–242  ·  view source on GitHub ↗

LU factorization (in place). @param A (in/out) On input, the matrix to be factored. On output, the compact LU factorization. @param pivit (out) The pivot vector records the reordering of the rows of A during factorization. @return 0, if OK, nozero value, othewi

(double A[][],  int pivot[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

measureLUMethod · 0.95
LUMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected