orthonormalise_by: Orthonormalise one matrix by another.

View source: R/linear-algebra.r

orthonormalise_byR Documentation

Orthonormalise one matrix by another.

Description

This ensures that each column in x is orthogonal to the corresponding column in by.

Usage

orthonormalise_by(x, by)

Arguments

x

numeric matrix

by

numeric matrix, same size as x

Value

orthonormal numeric matrix


tourr documentation built on May 29, 2024, 11:22 a.m.