f2L: Turns a factor of a PD matrix to a left-triangular factor

View source: R/pdInd.R

f2LR Documentation

Turns a factor of a PD matrix to a left-triangular factor

Description

This function takes a factor of a positive-definite matrix ($V = A'A$ ) and returns the equivalent left-triangular factor ($V = L'L$).

Usage

f2L(A)

Arguments

A

a factor of a positive definite matrix $V$

Value

a right-triangular factor of the same $V$.

See Also

f2L


gmonette/spida2 documentation built on July 14, 2024, 12:45 p.m.