Package org.ejml.ops
package org.ejml.ops
-
ClassDescriptionBasic math operations on complex numbers.Basic math operations on complex numbers.Convert between matrices with the same structure but different element data typesContains a function to convert from one matrix type into anotherConverts 1D and 2D arrays to and from EJML data typesFunctions for converting between matrix types.Computes a boolean result when given a row, col, and element valueAn algebraic structure with a single associative binary operation and an identity elementas 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 doublesFunctional Interface used in applyRow/Col-Wise method to specify arbitrary binary functions accepting a row index and a double valueFunctional Interface used in apply method to specify arbitrary unary functions accepting a doubleAn 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 typesFunctions for converting between matrix types.An algebraic structure with a single associative binary operation and an identity elementas 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 floatsFunctional Interface used in applyRow/Col-Wise method to specify arbitrary binary functions accepting a row index and a float valueFunctional Interface used in apply method to specify arbitrary unary functions accepting a floatAn 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 coordinatesInspired by the predefined SelectOps in GraphBLAS (spec extension)Determines which features a matrix has that do not rely on inner data typeGeneric (slow) matrix features for real matricesGeneric (slow) matrix features for real matricesProvides 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.