numpy

Function dot_bound

Source
pub fn dot_bound<'py, T, DIN1, DIN2, OUT>(
    array1: &Bound<'py, PyArray<T, DIN1>>,
    array2: &Bound<'py, PyArray<T, DIN2>>,
) -> PyResult<OUT>
where T: Element, DIN1: Dimension, DIN2: Dimension, OUT: ArrayOrScalar<'py, T>,
👎Deprecated since 0.23.0: renamed to dot
Expand description

Deprecated name for dot.