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