toggle menu
MatrixLib
1.0.2
jvm
switch theme
Matrix
Lib
uk.
ac.
bournemouth.
ap.
lib.
matrix
Array
Matrix
Companion
Array
Mutable
Matrix
Companion
Array
Mutable
Matrix
Base
Array
Mutable
Sparse
Matrix
Companion
Array
Sparse
Matrix
Companion
Compact
Array
Mutable
Sparse
Matrix
Companion
fill()
for
Each()
for
Each
Index()
map()
Matrix
Companion
Mutable
Matrix
Companion
Mutable
Sparse
Matrix
Companion
Sparse
Matrix
Companion
Sparse
Init
Sparse
Value
uk.
ac.
bournemouth.
ap.
lib.
matrix.
boolean
Array
Mutable
Boolean
Matrix
Companion
Array
Mutable
Sparse
Boolean
Matrix
Companion
Boolean
Matrix
Companion
Compact
Mutable
Boolean
Sparse
Matrix
fill()
map
Boolean()
Mutable
Boolean
Matrix
Companion
Mutable
Sparse
Boolean
Matrix
Companion
Single
Value
Boolean
Matrix
Single
Value
Sparse
Boolean
Matrix
Sparse
Boolean
Matrix
Companion
uk.
ac.
bournemouth.
ap.
lib.
matrix.
ext
Coordinate
Fun
Matrix
Fun
Sparse
Matrix
Single
Value
Matrix
Single
Value
Sparse
Matrix
uk.
ac.
bournemouth.
ap.
lib.
matrix.
int
Array
Mutable
Int
Matrix
Companion
Array
Mutable
Int
Matrix
Base
Array
Mutable
Sparse
Int
Matrix
Companion
div()
div
Assign()
fill()
Int
Matrix
Companion
map
Int()
minus()
minus
Assign()
Mutable
Int
Matrix
Companion
Mutable
Sparse
Int
Matrix
Companion
plus()
plus
Assign()
rem()
rem
Assign()
Single
Value
Int
Matrix
Single
Value
Sparse
Int
Matrix
Sparse
Int
Matrix
Companion
times()
MatrixLib
/
uk.ac.bournemouth.ap.lib.matrix
/
fill
fill
inline
fun
<
T
>
MutableSparseMatrix
<
T
>
.
fill
(
setter
:
(
Int
,
Int
)
->
T
)
Helper function to set values into a
MutableSparseMatrix
.