Class AbstractRealMatrix

java.lang.Object
org.apache.commons.math3.linear.RealLinearOperator
org.apache.commons.math3.linear.AbstractRealMatrix
All Implemented Interfaces:
AnyMatrix, RealMatrix
Direct Known Subclasses:
Array2DRowRealMatrix, BlockRealMatrix, DiagonalMatrix, OpenMapRealMatrix

public abstract class AbstractRealMatrix extends RealLinearOperator implements RealMatrix
Basic implementation of RealMatrix methods regardless of the underlying storage.

All the methods implemented here use getEntry(int, int) to access matrix elements. Derived class can provide faster implementations.

Since:
2.0