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!

See:
          Description

Interface Summary
MatrixEBEOperation MatrixEBEOperation Encapsulates an operation that can be performed on elements at the same position in two matrices.
 

Class Summary
MatrixOperator MatrixOperator provides important operations that can be performed on two or more matrices

Given two matrices A,B -yields-> C ,where C is another matrix.

 

Package org.jmatrices.dbl.operator Description

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!