Learn R Programming

SparseChol (version 0.3.2)

LDL_Cholesky: Generate LDL decomposition from Matrix class `dsCMatrix`

Description

Generates the Cholesky decomposition L as A == LL^T from a sparse matrix

Usage

LDL_Cholesky(mat)

Value

A list of matrices L and D

Arguments

mat

A matrix of class `dsCMatrix`