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 TypeClassDescriptionclassLinearSolverSafe<T extends ReshapeMatrix>Ensures that any linear solver it is wrapped around will never modify the input matrices.classLinearSolverSparseSafe<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 voidUtilEjml.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 TypeInterfaceDescriptioninterfaceHigh level interface for sparse matrices double types.interfaceHigh level interface for sparse matrices float types.interfaceHigh level interface for all sparse matricesClasses in org.ejml.data that implement ReshapeMatrixModifier and TypeClassDescriptionclassDense matrix composed of boolean valuesclassA generic abstract class for matrices whose data is stored in a single 1D array of floats.classDense matrix for complex numbers.classInterface for a row-major matrix that uses a single array internally.classA generic abstract class for matrices whose data is stored in a single 1D array of doubles.classA row-major block matrix declared on to one continuous array.classDMatrixRMaj is a row matrix with real elements that are 64-bit floats.classCompressed Column (CC) sparse matrix format.classA sparse matrix format that is designed to act as an intermediate step for other matrix types.classInterface for a row-major matrix that uses a single array internally.classA generic abstract class for matrices whose data is stored in a single 1D array of floats.classA row-major block matrix declared on to one continuous array.classFMatrixRMaj is a row matrix with real elements that are 32-bit floats.classCompressed Column (CC) sparse matrix format.classA sparse matrix format that is designed to act as an intermediate step for other matrix types.classA generic abstract class for matrices whose data is stored in a single 1D array of doubles.classDense matrix for complex numbers.