Interface RealMatrix

All Superinterfaces:
AnyMatrix, Blendable<RealMatrix>
All Known Subinterfaces:
SparseRealMatrix
All Known Implementing Classes:
AbstractRealMatrix, Array2DRowRealMatrix, BlockRealMatrix, DiagonalMatrix, OpenMapRealMatrix

public interface RealMatrix extends AnyMatrix, Blendable<RealMatrix>
Interface defining a real-valued matrix with basic algebraic operations.

Matrix element indexing is 0-based -- e.g., getEntry(0, 0) returns the element in the first row, first column of the matrix.