-
class
Ensures that any linear solver it is wrapped around will never modify
the input matrices.
class
Ensures that any linear solver it is wrapped around will never modify
the input matrices.
If the input matrix is null a new matrix is created and returned.
If the input matrix is null a new matrix is created and returned.
static void
Checks the size of inputs to the standard size function.
-
interface
High level interface for sparse matrices double types.
interface
High level interface for sparse matrices float types.
interface
High level interface for all sparse matrices
class
Dense matrix composed of boolean values
class
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.