scikitplot.nc#

nc is a high-performance Python module that wraps the C++ NumCpp library.

Providing fast numerical functions with seamless NumPy array support across common numeric types.

User guide. See the nc (NumCpp) (experimental) section for further details.

dot

dot(array1: typing.Annotated[numpy.typing.ArrayLike, numpy.float64], array2: typing.Annotated[numpy.typing.ArrayLike, numpy.float64]) -> numpy.typing.NDArray[numpy.float64]