chol.greta_array: Compute the Cholesky Factor of a Matrix

View source: R/functions.R

chol.greta_arrayR Documentation

Compute the Cholesky Factor of a Matrix

Description

Compute the Cholesky Factor of a Matrix

Usage

## S3 method for class 'greta_array'
chol(x, ..., force_cholesky = FALSE)

Arguments

x

an object for which a method exists. The default method applies to numeric (or logical) symmetric, positive-definite matrices.

...

further arguments pass to or from methods.

force_cholesky

Whether to force cholesky computation. Currently used as a workaround to ensure cholesky is calculated properly, and may result in code that uses chol() to be slow. Default is TRUE. Can change to FALSE, but may encounter issues in https://github.com/greta-dev/greta/issues/585.


greta-dev/greta documentation built on Dec. 21, 2024, 5:03 a.m.