is_orthonormal: Check whether a vector set is orthonormal

Description Usage Arguments Value

View source: R/tools.R

Description

Check whether a vector set is orthonormal

Usage

1
is_orthonormal(set, tol = 1e-04)

Arguments

set

a matrix. The convention used here is that each row of set contains a vector.

tol

a positive numeric. The accepted tolerance for the conditions of orthonormality.

Value

TRUE if the set of vectors is orthonormal, FALSE otherwise.


flatness documentation built on June 29, 2021, 9:08 a.m.