ConjComp: Conjugate complement of span(X) in span(Z) with respect to...

View source: R/ell.R View source: R/ConjComp.R

ConjCompR Documentation

Conjugate complement of span(X) in span(Z) with respect to inner product ip

Description

Conjugate complement of span(X) in span(Z) with respect to inner product ip

Usage

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

Arguments

X

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

Z

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

ip

positive definite matrix defining inner product with respect to which complement is computed. Default: diag( nrow(X))

tol

tolerance (default 1e-07)


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