View source: R/orthogonalization.R
| mgs2 | R Documentation |
Modified Gram-Schmidt with two passes.
mgs2(X, against = NULL, tol = sqrt(.Machine$double.eps))
X |
Numeric matrix whose columns are orthogonalized. |
against |
Optional matrix whose columns are projected out before orthogonalization. |
tol |
Orthogonality warning tolerance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.