Package org.ejml.ops


package org.ejml.ops
  • Class
    Description
     
    Basic math operations on complex numbers.
    Basic math operations on complex numbers.
    Convert between matrices with the same structure but different element data types
    Contains a function to convert from one matrix type into another
    Converts 1D and 2D arrays to and from EJML data types
    Functions for converting between matrix types.
    Computes a boolean result when given a row, col, and element value
    An algebraic structure with a single associative binary operation and an identity element
    as defined in the graphblas c-api (https://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v13.pdf) p.
    Functional Interface used in reduce methods to specify arbitrary binary functions accepting doubles
    Functional Interface used in applyRow/Col-Wise method to specify arbitrary binary functions accepting a row index and a double value
    Functional Interface used in apply method to specify arbitrary unary functions accepting a double
    An algebraic structure, defined over the `doubles` by two monoids + and *, called addition and multiplication.
    as defined in the graphblas c-api (https://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v13.pdf) p.
    Converts 1D and 2D arrays to and from EJML data types
    Functions for converting between matrix types.
    An algebraic structure with a single associative binary operation and an identity element
    as defined in the graphblas c-api (https://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v13.pdf) p.
    Functional Interface used in reduce methods to specify arbitrary binary functions accepting floats
    Functional Interface used in applyRow/Col-Wise method to specify arbitrary binary functions accepting a row index and a float value
    Functional Interface used in apply method to specify arbitrary unary functions accepting a float
    An algebraic structure, defined over the `floats` by two monoids + and *, called addition and multiplication.
    as defined in the graphblas c-api (https://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v13.pdf) p.
    Functional Interface used in matrix select methods to specify arbitrary binary predicates accepting element coordinates
    Inspired by the predefined SelectOps in GraphBLAS (spec extension)
    Determines which features a matrix has that do not rely on inner data type
    Generic (slow) matrix features for real matrices
    Generic (slow) matrix features for real matrices
    Provides simple to use routines for reading and writing matrices to and from files.
    An implementation of the quick sort algorithm from Numerical Recipes Third Edition that is specified for arrays of doubles.
    Base class for reading CSV formatted files.
    Reads in a matrix that is in a column-space-value (CSV) format.