GramSchmidt: Gram-Schmidt orthogonalization of vectors

View source: R/F_GramSchmidt.R

GramSchmidtR Documentation

Gram-Schmidt orthogonalization of vectors

Description

Gram-Schmidt orthogonalization of vectors

Usage

GramSchmidt(x, otherVecs, weights = rep(1, length(x)))

Arguments

x

The vector that is to be orthogonalized

otherVecs

a matrix; x is orthogonalized with respect to its rows

weights

The weights used in the orthogonalization

Value

The orthogonalized vector


CenterForStatistics-UGent/RCM documentation built on April 24, 2023, 8:26 p.m.