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


bbuchsbaum/multivarious documentation built on July 16, 2025, 11:04 p.m.