ndarray-simd
Toggle table of contents
1.6.0
common
Platform filter
common
Switch theme
Search in API
ndarray-simd
ndarray-simd
/
com.martmists.ndarray.simd
/
F64Array
/
Companion
/
ofRows
of
Rows
@
JvmStatic
fun
ofRows
(
rows
:
List
<
DoubleArray
>
)
:
F64TwoAxisArray
@
JvmStatic
@
JvmName
(
name
=
"ofRowsArray"
)
fun
ofRows
(
rows
:
List
<
F64Array
>
)
:
F64TwoAxisArray
Creates a new array from the given list of rows.
Return
the created array
Parameters
rows
the rows of the array