kmath-core
/
space.kscience.kmath.linear
/
MatrixBuilder
common
Matrix
Builder
class
MatrixBuilder
(rows:
Int
, columns:
Int
)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
invoke
Link copied to clipboard
common
operator fun <
T
:
Any
>
invoke
(vararg elements:
T
):
Matrix
<
T
>
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
columns
Link copied to clipboard
common
val
columns
:
Int
Content copied to clipboard
rows
Link copied to clipboard
common
val
rows
:
Int
Content copied to clipboard