inner Product
infix fun <Error class: unknown class><F64FlatArray>.innerProduct(other: <Error class: unknown class><F64FlatArray>): <Error class: unknown class><Float>
Calculates the inner product between this and some other column.
Since
1.4.0
infix fun <Error class: unknown class><F64FlatArray>.innerProduct(other: F64FlatArray): <Error class: unknown class><Float>
Calculates the inner product between this and some other vector.
Since
1.4.0