Packages
org.jmatrices.dbl
Jmatrices Library

Copyright (C) 2004 Piyush Purang

Check License.txt for the license terms


Matrix Package
org.jmatrices.dbl.client  
org.jmatrices.dbl.decomposition Given a matrix of dimension mxn M -yields-> L,U,S and so on, where L,U,S are matrices and/or scalars All operations on a matrix fitting this pattern can be found in this package.
org.jmatrices.dbl.measure Given a matrix(ces) M (,N) -yields-> value ,where value is a number or boolean or such All operations on a matrix fitting this pattern can be found in this package!
org.jmatrices.dbl.operator Given two matrices A,B -yields-> C ,where C is another matrix All operations on a matrix fitting this pattern can be found in this 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).
org.jmatrices.dbl.transformer Given a matrix of dimension mxn M -yields-> N, where N is a matrix derived from M All operations on a matrix fitting this pattern can be found in this package.