![]() |
NumCpp
2.8.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Functions | |
| template<typename dtype > | |
| auto | det (const NdArray< dtype > &inArray, uint32 order) -> std::conditional_t< is_integral_v< dtype >, int64, double > |
| auto nc::linalg::detail::det | ( | const NdArray< dtype > & | inArray, |
| uint32 | order | ||
| ) | -> std::conditional_t<is_integral_v<dtype>, int64, double> |
matrix determinant.
| inArray | |
| order |