Package tools.mdsd.probdist.api.entity
Class Matrix
java.lang.Object
tools.mdsd.probdist.api.entity.Matrix
- 
Method Summary
Modifier and TypeMethodDescriptiongetColumn(int index) intgetElement(int row, int column) getRow(int index) intstatic Matrixstatic Matrix 
- 
Method Details
- 
of
 - 
of
 - 
add
 - 
sub
 - 
mult
 - 
transpose
 - 
getElement
 - 
getRow
 - 
getColumn
 - 
getRowDimension
public int getRowDimension() - 
getColumnDimension
public int getColumnDimension() 
 -