OrthoComp: Orthogonal basis for the orthogonal complement of the column...

OrthoCompR Documentation

Orthogonal basis for the orthogonal complement of the column space of a matrix.

Description

Orthogonal basis for the orthogonal complement of the column space of a matrix.

Usage

OrthoComp(X, Z = diag(nrow(X)), tol = 1e-07)

Arguments

X

matrix defining space whose orthogonal complement is computed. Not necessarily of full column rank

Z

matrix defining space within which orthogonal complement is computed. Should be of full column rank. Default: diag( nrow(X))

tol

tolerance (default 1e-07)


gmonette/spida2 documentation built on Aug. 20, 2023, 7:21 p.m.