#include <solver.h>
|
| conjugate_gradient_1d (sparse_matrix< ITYPE, VTYPE >, sparse_matrix< ITYPE, VTYPE >, VTYPE=1e-6, ITYPE=0, preconditioner< ITYPE, VTYPE > *=nullptr) |
|
| ~conjugate_gradient_1d () |
|
std::pair< ITYPE, VTYPE > | solve (sparse_matrix< ITYPE, VTYPE >=sparse_matrix< ITYPE, VTYPE >()) |
|
sparse_matrix< ITYPE, VTYPE > | getSolution () |
|
◆ conjugate_gradient_1d()
template<typename ITYPE , typename VTYPE >
◆ ~conjugate_gradient_1d()
template<typename ITYPE , typename VTYPE >
◆ getSolution()
template<typename ITYPE , typename VTYPE >
◆ solve()
template<typename ITYPE , typename VTYPE >
The documentation for this class was generated from the following files: