is_orthogonal.projector: Stricter check for true orthogonality

View source: R/projector.R

is_orthogonal.projectorR Documentation

Stricter check for true orthogonality

Description

We test if v^T * v = I (when rows >= cols) or v * v^T = I (when cols > rows).

Usage

## S3 method for class 'projector'
is_orthogonal(x, tol = 1e-06)

Arguments

x

the projector object

tol

tolerance for checking orthogonality


multivarious documentation built on Jan. 22, 2026, 1:06 a.m.