ndarray-simd
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Search in API
ndarray-simd
ndarray-simd
/
com.martmists.ndarray.simd
/
F64Array
/
Companion
/
diagonal
diagonal
@
JvmStatic
fun
diagonal
(
values
:
DoubleArray
)
:
F64TwoAxisArray
@
JvmStatic
fun
diagonal
(
values
:
F64Array
)
:
F64TwoAxisArray
Creates a 2D diagonal matrix from the given values.
Return
the created matrix
Parameters
values
the diagonal values