ArrayMutableBooleanMatrix

constructor(width: Int, height: Int)
constructor(width: Int, height: Int, initValue: Boolean)
constructor(other: BooleanMatrix)