Class Array2DRowRealMatrix

java.lang.Object
org.hipparchus.linear.AbstractRealMatrix
org.hipparchus.linear.Array2DRowRealMatrix
All Implemented Interfaces:
Serializable, AnyMatrix, RealLinearOperator, RealMatrix, Blendable<RealMatrix>

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