is_orthogonal.projector | R Documentation |
We test if v^T * v = I (when rows >= cols) or v * v^T = I (when cols > rows).
## S3 method for class 'projector'
is_orthogonal(x, tol = 1e-06)
x |
the projector object |
tol |
tolerance for checking orthogonality |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.