LDL_Cholesky {SparseChol}R Documentation

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)

Arguments

mat

A matrix of class 'dsCMatrix'

Value

A list of matrices L and D


[Package SparseChol version 0.3.1 Index]