Learn R Programming

SparseChol (version 0.3.2)

sparse_D: Generate matrix D from `sparse_chol` output

Description

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

Usage

sparse_D(mat)

Value

A matrix of class `ddiMatrix`

Arguments

mat

List returned by `sparse_chol`