Learn R Programming

SparseChol (version 0.3.2)

sparse_L: Generate matrix L from `sparse_chol` output

Description

Generates the L matrix of the LDL decomposition from the output of the `sparse_chol` function

Usage

sparse_L(mat)

Value

A matrix of class `dsCMatrix`

Arguments

mat

List returned by `sparse_chol`