NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::linalg::detail Namespace Reference

Functions

template<typename dtype >
auto det (const NdArray< dtype > &inArray, uint32 order) -> std::conditional_t< std::is_integral_v< dtype >, int64, double >
 

Function Documentation

◆ det()

template<typename dtype >
auto nc::linalg::detail::det ( const NdArray< dtype > &  inArray,
uint32  order 
) -> std::conditional_t<std::is_integral_v<dtype>, int64, double>

matrix determinant.

Parameters
inArray
order
Returns
matrix determinant