Skip to contents

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.

Value

An adgCMatrix or sparse Cholesky factor object.