接口 RealMatrix

所有超级接口:
AnyMatrix, Blendable<RealMatrix>
所有已知子接口:
SparseRealMatrix
所有已知实现类:
AbstractRealMatrix, Array2DRowRealMatrix, BlockRealMatrix, DiagonalMatrix, OpenMapRealMatrix

public interface RealMatrix extends AnyMatrix, Blendable<RealMatrix>
定义具有基本代数运算的实值矩阵的接口。

矩阵元素索引从0开始 -- 例如,getEntry(0, 0)返回矩阵中第一行第一列的元素。