All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Private Member Functions
o2scl_linalg::linear_solver_eigen_LLT< eigen_vec_t, eigen_mat_t > Class Template Reference

Eigen linear solver using LLT decomposition with full pivoting. More...

Detailed Description

template<class eigen_vec_t, class eigen_mat_t>
class o2scl_linalg::linear_solver_eigen_LLT< eigen_vec_t, eigen_mat_t >

This requires the matrix A to be positive definite.

This class is only defined if Eigen support was enabled during installation.

Definition at line 247 of file linear_solver.h.

#include <linear_solver.h>

Inheritance diagram for o2scl_linalg::linear_solver_eigen_LLT< eigen_vec_t, eigen_mat_t >:
o2scl_linalg::linear_solver< eigen_vec_t, eigen_mat_t >

Private Member Functions

virtual void solve (size_t n, eigen_mat_t &A, eigen_vec_t &b, eigen_vec_t &x)
 Solve square linear system $ A x = b $ of size n.
 

Additional Inherited Members


The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).
Hosted at Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads..