Class AbstractRealMatrix

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

public abstract class AbstractRealMatrix extends Object 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