Package org.jmatrices.dbl.rowcoltr

Given a matrix of dimension mxn M -yields-> R or C ,where R (C) is a row (column) vector of dimension 1xn (nx1).

See:
          Description

Interface Summary
ColumnTransformation ColumnTransformation this is an open thought of trying to make column operations eleganter and perhaps faster Check out the "see also" section Author: purangp Date: 07.03.2004 Time: 20:48:58
 

Class Summary
ColumnTransformer ColumnTransformer captures the operations that can be carried out on columns of a matrix Given a matrix of dimension mxn M -yields-> R ,where R is a row vector of dimension 1xn.
RowTransformer RowTransformer captures the operations that can be carried out on rows of a matrix Given a matrix of dimension mxn M -yields-> C ,where C is a column vector of dimension mx1.
 

Package org.jmatrices.dbl.rowcoltr Description

Given a matrix of dimension mxn M -yields-> R or C ,where R (C) is a row (column) vector of dimension 1xn (nx1).

All operations on a matrix fitting this pattern can be found in this package!