Function numpy::inner

source ·
pub fn inner<'py, T, DIN1, DIN2, OUT>(
    array1: &'py PyArray<T, DIN1>,
    array2: &'py PyArray<T, DIN2>
) -> PyResult<OUT>
where T: Element, DIN1: Dimension, DIN2: Dimension, OUT: ArrayOrScalar<'py, T>,
👎Deprecated since 0.21.0: will be replaced by inner_bound in the future
Expand description

Deprecated form of inner_bound