OrthoComp | R Documentation |
Orthogonal basis for the orthogonal complement of the column space of a matrix.
OrthoComp(X, Z = diag(nrow(X)), tol = 1e-07)
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: |
tol |
tolerance (default 1e-07) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.