scikitplot.nc#

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

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+

See also

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

NumCpp Library Header#

get_include

Return the absolute path to the NumCpp C++ headers include directory.

Linear Algebra Functions#

dot

dot(a: numpy.ndarray, b: numpy.ndarray) -> numpy.ndarray