lauchli: Create Lauchli Matrix

View source: R/lauchli.R

lauchliR Documentation

Create Lauchli Matrix

Description

the (N + 1) x (N) matrix [ones(1,n); mu*eye(n)]. Well-known example in least squares of the danger of forming t(A)

Usage

lauchli(n, mu = NULL, sparse = FALSE)

Arguments

n

number of columns

mu

constant applied to identity

sparse

whether matrix should be sparse

Value

Lauchli rectangular matrix.


gallery documentation built on Sept. 26, 2024, 5:07 p.m.