cholesky: Cholesky

Description Usage Arguments

View source: R/cholesky.R

Description

Compute the Cholesky factorization of a non-real symmetric positive-definite square matrix.

Usage

1
cholesky(G, tolerance = 1e-10)

Arguments

G

(numeric - matrix) an object to apply this method, it could be non positive-definite matrices.

tolerance

(double) Tolerance level, by default is 1e-10.


frahik/BMTME documentation built on Aug. 29, 2020, 10 p.m.