Header wrapper for cholesky_base.h. More...
#include <o2scl/err_hnd.h>
#include <o2scl/permutation.h>
#include <o2scl/cblas.h>
#include <o2scl/vector.h>
#include <o2scl/cholesky_base.h>
#include <eigen3/Eigen/Dense>
Go to the source code of this file.
Namespaces | |
o2scl_linalg | |
The namespace for linear algebra classes and functions. | |
o2scl_linalg_bracket | |
The namespace for linear algebra classes and functions with operator() | |
Macros | |
#define | O2SCL_IX(V, i) V[i] |
#define | O2SCL_IX2(M, i, j) M(i,j) |
#define | O2SCL_IX(V, i) V[i] |
#define | O2SCL_IX2(M, i, j) M[i][j] |
Functions | |
template<> | |
void | o2scl_linalg::cholesky_decomp< Eigen::MatrixXd > (const size_t M, Eigen::MatrixXd &A) |
Eigen specialization of cholesky_decomp() | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).