View source: R/F_GramSchmidt.R
GramSchmidt | R Documentation |
Gram-Schmidt orthogonalization of vectors
GramSchmidt(x, otherVecs, weights = rep(1, length(x)))
x |
The vector that is to be orthogonalized |
otherVecs |
a matrix; x is orthogonalized with respect to its rows |
weights |
The weights used in the orthogonalization |
The orthogonalized vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.