Learn R Programming

ruv (version 0.9.7.1)

residop: Residual Operator

Description

Applies the residual operator of a matrix B to a matrix A.

Usage

residop(A, B)

Arguments

A

A matrix with m rows.

B

Another matrix with m rows.

Value

The matrix A after projection into the orthogonal complement of the column space of B.

Details

The columns of B must be linearly independent.