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 June 8, 2025, 1:07 p.m.

Related to cholesky in hdtg...