|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.multicorebsp.util.Matrix<DataType>
DataType - Type of data to store here.public abstract class Matrix<DataType extends MatrixData<DataType>>
Very basic matrix representation.
| Field Summary | |
|---|---|
int |
m
Matrix parameters (row size & number of data elements). |
int |
nz
Matrix parameters (row size & number of data elements). |
| Constructor Summary | |
|---|---|
Matrix()
|
|
| Method Summary | |
|---|---|
abstract void |
removeAndAddDuplicates()
Removes and combines any double entries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int m
public int nz
| Constructor Detail |
|---|
public Matrix()
| Method Detail |
|---|
public abstract void removeAndAddDuplicates()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||