-
interface
Interface defining field-valued matrix with basic algebraic operations.
interface
Interface defining a real-valued matrix with basic algebraic operations.
interface
Marker interface for
RealMatrix
implementations that require sparse backing storage
class
Basic implementation of
FieldMatrix
methods regardless of the underlying storage.
class
Basic implementation of RealMatrix methods regardless of the underlying storage.
class
class
Implementation of
RealMatrix
using a
double[][]
array to
store entries.
class
Cache-friendly implementation of FieldMatrix using a flat arrays to store
square blocks of the matrix.
class
Cache-friendly implementation of RealMatrix using a flat arrays to store
square blocks of the matrix.
class
Implementation of a diagonal matrix.
class
Sparse matrix implementation based on an open addressed map.
class
Sparse matrix implementation based on an open addressed map.
static void
Check if matrices are addition compatible.
static void
Check if a column index is valid.
static void
Check if matrix indices are valid.
static void
Check if matrices are multiplication compatible
static void
Check if a row index is valid.
static void
Check if matrices have the same number of columns.
static void
Check if matrices have the same number of rows.
static void
Check if submatrix ranges indices are valid.
static void
Check if submatrix ranges indices are valid.
static void
Check if matrices are subtraction compatible