matrix.GramSchmidt: Apply Gram Schmidt operation to a matrix

View source: R/linalg.R

matrix.GramSchmidtR Documentation

Apply Gram Schmidt operation to a matrix

Description

Apply Gram Schmidt operation to a matrix

Usage

matrix.GramSchmidt(A, tolerance = 1e-14)

Arguments

A

a matrix of real values

tolerance

tolerance level for 0

Details

the resulting matrix is uniquely identified by asserting the diagonal to be non-negative

Value

a matrix of the same size with orthonormal columns


wangtengyao/putils documentation built on Nov. 26, 2024, 2:01 a.m.