Class SimpleMatrixMathOperation

  • All Implemented Interfaces:
    MatrixMathOperation

    public class SimpleMatrixMathOperation
    extends Object
    implements MatrixMathOperation
    This is a generic, single-threaded implementation of matrix math operations. It assumes no knowledge of how a matrix is implemented. Consequently, they are bound to have suboptimal performance. A particular implementation of Matrix can improve performance by taking advantage of having access to the internal members.