outer

abstract infix fun outer(other: F64FlatArray): F64Array

Calculates the outer product of this array with another.

Return

The outer product of the two arrays.

Since

1.0.7

Parameters

other

The other array to calculate the outer product with.