toggle menu
MatrixLib
1.0.2
jvm
switch theme
search in API
MatrixLib
/
uk.ac.bournemouth.ap.lib.matrix.boolean
/
ArrayMutableBooleanMatrix
/
ArrayMutableBooleanMatrix
Array
Mutable
Boolean
Matrix
constructor
(
width
:
Int
,
height
:
Int
)
constructor
(
width
:
Int
,
height
:
Int
,
initValue
:
Boolean
)
constructor
(
other
:
BooleanMatrix
)