Compute the Cholesky factorization of a sparse symmetric
positive-definite adgCMatrix.
Usage
# S4 method for class 'adgCMatrix'
chol(x, ...)Arguments
- x
A symmetric positive-definite
adgCMatrix.- ...
Further arguments passed to
Matrix::chol.
Compute the Cholesky factorization of a sparse symmetric
positive-definite adgCMatrix.
# S4 method for class 'adgCMatrix'
chol(x, ...)A symmetric positive-definite adgCMatrix.
Further arguments passed to Matrix::chol.