View source: R/ell.R View source: R/ConjComp.R
ConjComp | R Documentation |
Conjugate complement of span(X) in span(Z) with respect to inner product ip
ConjComp(X, Z = diag(nrow(X)), ip = diag(nrow(X)), tol = 1e-07)
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: |
ip |
positive definite matrix defining inner product with respect to which
complement is computed. Default: |
tol |
tolerance (default 1e-07) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.