Learn R Programming

SparseChol (version 0.3.2)

amd_order: AMD ordering

Description

AMD ordering

Usage

amd_order(mat)

Value

A list with the permutation vector and it's inverse.

Arguments

mat

A matrix

Details

Generates the approximate minimum degree ordering of the matrix for use in efficient Cholesky decomposition of PAP^T.