NumCpp
2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Loading...
Searching...
No Matches
Functions
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
nc
linalg
detail
Generated by
1.9.8