matrix.GramSchmidt | R Documentation |
Apply Gram Schmidt operation to a matrix
matrix.GramSchmidt(A, tolerance = 1e-14)
A |
a matrix of real values |
tolerance |
tolerance level for 0 |
the resulting matrix is uniquely identified by asserting the diagonal to be non-negative
a matrix of the same size with orthonormal columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.