-
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 RealMatrix methods regardless of the underlying storage.
class
Implementation of
RealMatrix
using a
double[][]
array to
store entries.
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.