residop: Residual Operator

Description Usage Arguments Details Value

Description

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

Usage

1
residop(A, B)

Arguments

A

A matrix with m rows.

B

Another matrix with m rows.

Details

The columns of B must be linearly independent.

Value

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


ruv documentation built on Aug. 31, 2019, 1:04 a.m.