Class Array2DRowRealMatrix

java.lang.Object
All Implemented Interfaces:
java.io.Serializable, AnyMatrix, RealMatrix

public class Array2DRowRealMatrix
extends AbstractRealMatrix
implements java.io.Serializable
Implementation of RealMatrix using a double[][] array to store entries.
See Also:
Serialized Form