is_orthonormal {tourr} | R Documentation |
Test if a numeric matrix is orthonormal.
Description
Test if a numeric matrix is orthonormal.
Usage
is_orthonormal(x, tol = 0.001)
Arguments
x |
numeric matrix |
tol |
tolerance used to test floating point differences |
[Package tourr version 1.2.0 Index]