public class MPSReader.Row extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
double[] |
getCoefficients()
Returns the coeffients of this row as a dense array.
|
String |
getName()
Returns the name of this row.
|
int |
getNumberOfNonZeros()
Returns the number of nonzero elements in this row.
|
Iterator |
iterator()
Returns an iterator over the elements in this row.
|
public String getName()
public Iterator iterator()
public double[] getCoefficients()
public int getNumberOfNonZeros()
Copyright © 2020 Rogue Wave Software. All rights reserved.