scikitplot.nc#

NumCpp: A Templatized Header Only C++ Library with Implementation of the Python NumPy-Compatible API.

See also

Compilers: - C++ Standards: C++17 C++20 C++23 - MSVC Visual Studio: 2022 - GCC GNU: 13.3, 14.2 - Clang LLVM: 18, 19 - Boost Versions: 1.73+

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

Linear Algebra Functions#

dot

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