Function LU_decomp_array_2d (o2scl_linalg_bracket)¶
-
template<size_t N>
int o2scl_linalg_bracket::LU_decomp_array_2d(const size_t n, double A[][N], o2scl::permutation &p, int &signum)¶ Specialized version of LU_decomp for C-style 2D arrays.
Note
Note that
N
andn
must be equal, by no checking is done to ensure that this is the case