QL: QL decomposition of a matrix

View source: R/linalg.R

QLR Documentation

QL decomposition of a matrix

Description

QL decomposition of a matrix

Usage

QL(A)

Arguments

A

an nxp matrix for QL decomposition

Value

a list of two matrices Q and L so that A = QL

  • Q - nxp matrix with orthonormal columns with the same span as A

  • L - a lower triangular pxp matrix with nonnegative diagonal entries


wangtengyao/putils documentation built on Nov. 26, 2024, 2:01 a.m.