cholesky: Efficient Cholesky decomposition

View source: R/RcppExports.R

choleskyR Documentation

Efficient Cholesky decomposition

Description

Compute Cholesky decomposition of a matrix.

Usage

cholesky(A)

Arguments

A

matrix to decompose

Value

upper triangular matrix R such that A = U'U.


hdtg documentation built on Aug. 7, 2022, 1:06 a.m.

Related to cholesky in hdtg...