Package ch.javasoft.smx.impl

The smx.impl package contains classes implementing the interfaces defined in iface package.

See:
          Description

Class Summary
AbstractDoubleMatrix The AbstractDoubleMatrix contains methods which are typically common for DoubleMatrix implementations, or default implementations for some methods.
AbstractVector<N extends Number> Abstract superclass with default implementations which might be common for most vector classes for specific data types.
DefaultBigIntegerMatrix The DefaultBigIntegerMatrix is the default implementation of BigIntegerMatrix.
DefaultBigIntegerRationalMatrix  
DefaultBigIntegerVector The DefaultBigIntegerVector ...
DefaultDoubleMatrix The DefaultDoubleMatrix is the default implementation of the DoubleMatrix.
DefaultDoubleVector  
DefaultIntMatrix The DefaultIntMatrix is the default implementation of IntMatrix.
DefaultIntRationalMatrix The DefaultIntRationalMatrix is the default implementation of IntRationalMatrix.
DefaultLongMatrix The DefaultLongMatrix is the default implementation of LongMatrix.
DynamicDoubleMatrix The DynamicDoubleMatrix TODO type javadoc for DynamicDoubleMatrix
DynamicDoubleMatrix.DynamicColumns  
DynamicDoubleMatrix.DynamicRows  
SubDoubleMatrix The SubDoubleMatrix TODO type javadoc for SubDoubleMatrix
 

Package ch.javasoft.smx.impl Description

The smx.impl package contains classes implementing the interfaces defined in iface package.