Uses of Interface
org.ejml.data.ReshapeMatrix
Packages that use ReshapeMatrix
-
Uses of ReshapeMatrix in org.ejml
Classes in org.ejml with type parameters of type ReshapeMatrixModifier and TypeClassDescriptionclass
LinearSolverSafe<T extends ReshapeMatrix>
Ensures that any linear solver it is wrapped around will never modify the input matrices.class
LinearSolverSparseSafe<S extends DMatrixSparse,
D extends ReshapeMatrix> Ensures that any linear solver it is wrapped around will never modify the input matrices.Methods in org.ejml with type parameters of type ReshapeMatrixModifier and TypeMethodDescriptionstatic <T extends ReshapeMatrix>
TUtilEjml.reshapeOrDeclare
(T target, T reference) If the input matrix is null a new matrix is created and returned.static <T extends ReshapeMatrix>
TUtilEjml.reshapeOrDeclare
(T target, T reference, int rows, int cols) If the input matrix is null a new matrix is created and returned.static <D extends ReshapeMatrix>
LinearSolverDense<D>UtilEjml.safe
(LinearSolverDense<D> solver) Methods in org.ejml with parameters of type ReshapeMatrixModifier and TypeMethodDescriptionstatic void
UtilEjml.checkReshapeSolve
(int numRowsA, int numColsA, ReshapeMatrix B, ReshapeMatrix X) Checks the size of inputs to the standard size function. -
Uses of ReshapeMatrix in org.ejml.data
Subinterfaces of ReshapeMatrix in org.ejml.dataModifier and TypeInterfaceDescriptioninterface
High level interface for sparse matrices double types.interface
High level interface for sparse matrices float types.interface
High level interface for all sparse matricesClasses in org.ejml.data that implement ReshapeMatrixModifier and TypeClassDescriptionclass
Dense matrix composed of boolean valuesclass
A generic abstract class for matrices whose data is stored in a single 1D array of floats.class
Dense matrix for complex numbers.class
Interface for a row-major matrix that uses a single array internally.class
A generic abstract class for matrices whose data is stored in a single 1D array of doubles.class
A row-major block matrix declared on to one continuous array.class
DMatrixRMaj is a row matrix with real elements that are 64-bit floats.class
Compressed Column (CC) sparse matrix format.class
A sparse matrix format that is designed to act as an intermediate step for other matrix types.class
Interface for a row-major matrix that uses a single array internally.class
A generic abstract class for matrices whose data is stored in a single 1D array of floats.class
A row-major block matrix declared on to one continuous array.class
FMatrixRMaj is a row matrix with real elements that are 32-bit floats.class
Compressed Column (CC) sparse matrix format.class
A sparse matrix format that is designed to act as an intermediate step for other matrix types.class
A generic abstract class for matrices whose data is stored in a single 1D array of doubles.class
Dense matrix for complex numbers.