dask.array.Array.dot

dask.array.Array.dot

Array.dot(other)[source]

Dot product of self and other.

Refer to dask.array.tensordot() for full documentation.

See also

dask.array.dot

equivalent function