The interface {@link ch.javasoft.smx.ops.MatrixOperations MatrixOperations}
defines a more generic way to define operations for matrices. It is similar to
{@link ch.javasoft.math.NumberOperations NumberOperations} for
{@link java.lang.Number numbers}. Implementations for
MatrixOperations
for common matrix types are available in the
{@link ch.javasoft.smx.ops.matrix matrix} subpackage.