tourr (version 1.1.0)

orthonormalise_by: 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)

Value

orthonormal numeric matrix

Arguments

x

numeric matrix

by

numeric matrix, same size as x