orthonormalize: Make a vector set orthonormal

Description Usage Arguments Value

View source: R/tools.R

Description

This function uses the Grahm-Schmidt method to make a set of vector orthonormal.

Usage

1

Arguments

set

a matrix. The convention used here is that each row of set contains a vector.

Value

A matrix with the same dimension as set containing an orthonormal set of vector. The vector are stored in each row.


flatness documentation built on June 29, 2021, 9:08 a.m.