Kone
0.0.0-dev-1
common
kone.linearAlgebra
/
com.lounres.kone.linearAlgebra
/
IndexedMatrixValue
Indexed
Matrix
Value
data
class
IndexedMatrixValue
<
out
T
>
(
val
index
:
MatrixIndex
,
val
value
:
T
)
Members
Constructors
Indexed
Matrix
Value
Link copied to clipboard
constructor
(
index
:
MatrixIndex
,
value
:
T
)
Properties
index
Link copied to clipboard
val
index
:
MatrixIndex
value
Link copied to clipboard
val
value
:
T