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

Method DMatrixChd

core/src/main/java/edu/mines/jtk/lapack/DMatrixChd.java:37–60  ·  view source on GitHub ↗

Constructs a Cholesky decomposition of the specified matrix A. The matrix A must be symmetric. For efficiency, this condition is assumed and not checked. That is, only the lower triangular part of A is used to perform the decomposition. @param a the matrix.

(DMatrix a)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

argumentMethod · 0.95
getMethod · 0.95
isSquareMethod · 0.45
getNMethod · 0.45
getPackedColumnsMethod · 0.45

Tested by

no test coverage detected