Package com.singularsys.extensions.matrix.objectmat


package com.singularsys.extensions.matrix.objectmat
Matrix implementation where elements can be any object.
Since:
Jep 3.5 / Extensions 2.0
  • Classes
    Class
    Description
    An MatrixField where elements are of type Object and the operation on elements are defined by a field.
    A Matrix where all elements are simply Objects.
    An implementation of vectors and matrices where elements are Objects.
    A Vector where all elements are simply Objects.
    An implementation using the default Jep methods for evaluation of elements of a matrix.