linearAlgebra: Linear Algebra
Description
Several function for linear algebra calculations.Usage
spur(U)
spurAB(A,B)
fatAB(A,B)
fatBL(B,L)
orthComplement(W)
Details
spur returns the trace of a square matrix, spurAB the trace of a product,
fatAB the matrix L such that = { B b | Lb=0 } ,
fatBL the matrix A such that = { B b | Lb=0 } .
and orthComplement returns the orhogonal complement of .