Package org.ejml.interfaces


package org.ejml.interfaces
  • Class
    Description
    Interface for BLAS (basic linear algebra system) level operations.
    Specifies the type of matrix being passed in
    OpsInterface<M extends org.ejml.data.Matrix>
    Interface for standard linear algebra operations.