public static enum SparseBlockMatrix.PrintFormat extends java.lang.Enum<SparseBlockMatrix.PrintFormat>
| Enum Constant and Description | 
|---|
| CCS | 
| CRS | 
| MatrixMarket | 
| Modifier and Type | Method and Description | 
|---|---|
| static SparseBlockMatrix.PrintFormat | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static SparseBlockMatrix.PrintFormat[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SparseBlockMatrix.PrintFormat MatrixMarket
public static final SparseBlockMatrix.PrintFormat CRS
public static final SparseBlockMatrix.PrintFormat CCS
public static SparseBlockMatrix.PrintFormat[] values()
for (SparseBlockMatrix.PrintFormat c : SparseBlockMatrix.PrintFormat.values()) System.out.println(c);
public static SparseBlockMatrix.PrintFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null