The namespace for linear algebra classes and functions with operator() More...
Functions | |
template<size_t N> | |
int | 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. More... | |
This namespace contains an identical copy of all the functions given in the o2scl_cblas namespace, but perform matrix indexing with [][]
rather than (,)
. See o2scl_linalg for the function listing and documentation.
See Linear Algebra for more complete information about linear algebra in O2scl .
This namespace documentation is in the file src/base/cblas.h
int o2scl_linalg_bracket::LU_decomp_array_2d | ( | const size_t | n, |
double | A[][N], | ||
o2scl::permutation & | p, | ||
int & | signum | ||
) |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).