is_orthonormal: Test if a numeric matrix is orthonormal.

View source: R/linear-algebra.r

is_orthonormalR 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


ggobi/tourr documentation built on April 23, 2024, 11:11 p.m.