kotlin-symmetric-matrix
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
kotlin-symmetric-matrix
kotlin-symmetric-matrix
/
org.danilopianini.symmetricmatrix
/
MutableSymmetricMatrix
/
set
set
abstract
operator
fun
set
(
i
:
Int
,
j
:
Int
,
value
:
T
)
Set the element at position (
i
,
j
) to
value
.