Function LU_decomp_alt (o2scl_linalg)¶
-
template<class mat_t, class mat_row_t>
int o2scl_linalg::LU_decomp_alt(const size_t N, mat_t &A, o2scl::permutation &p, int &signum)¶ An alternate form of LU decomposition with matrix row objects.
An alternate form of LU decomposition with matrix row objects.