public class SparseCholeskyEx1 extends Object
SparseCholesky Example 1: Computes the Cholesky factorization of a sparse matrix.
The Cholesky Factorization of a sparse symmetric positive definite matrix is used to solve a linear system. Some additional information about the Cholesky factorization is also computed.Constructor and Description |
---|
SparseCholeskyEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.