is_orthogonal: is_orthogonal

View source: R/matrices.r

is_orthogonalR Documentation

is_orthogonal

Description

Returns TRUE/FALSE is a matrix is orthogonal.

Usage

is_orthogonal(x, coerce = FALSE)

Arguments

x

Square/rectangular matrix you wish to evaluate.

coerce

Boolean indicating whether to attempt to coerce the input into a square matrix


lukehannan/lumisc documentation built on July 5, 2025, 5:30 a.m.