Exemplo n.º 1
0
 def init_fromsize(self, rows, columns):
     self._matrix = API.newArray2DRowRealMatrix(rows, columns)
Exemplo n.º 2
0
 def init_fromdata(self, data):
     self._matrix = API.newArray2DRowRealMatrix(data)
Exemplo n.º 3
0
 def __init__(self):
     self._matrix = API.newArray2DRowRealMatrix()