projorth: Compute the projection of a vector onto the space orthogonal...

Description Usage Arguments Value Examples

View source: R/projorth.R

Description

Compute the projection of a vector onto the space orthogonal to a given matrix.

Usage

1
projorth(x, M)

Arguments

x

A vector of numerics

M

A matrix of vectors

Value

The projection of x onto V^\perp.

Examples

1
projorth(1:10, normalize(rnorm(10)))

vguillemot/csvd documentation built on May 17, 2019, 8:16 p.m.