Go to the source code of this file.
Definition in file tridiag_base.h.
Namespaces | |
namespace | o2scl_linalg |
The namespace for linear algebra classes and functions. | |
Functions | |
template<class vec_t , class vec2_t > | |
int | solve_tridiag_sym (const vec_t &diag, const vec2_t &offdiag, const vec_t &b, vec_t &x, size_t N) |
Solve a symmetric tridiagonal linear system. | |
template<class vec_t , class vec2_t > | |
int | solve_tridiag_nonsym (const vec_t &diag, const vec2_t &abovediag, const vec2_t &belowdiag, const vec_t &rhs, vec_t &x, size_t N) |
Solve an asymmetric tridiagonal linear system. | |
template<class vec_t > | |
int | solve_cyc_tridiag_sym (const vec_t &diag, const vec_t &offdiag, const vec_t &b, vec_t &x, size_t N) |
Solve a symmetric cyclic tridiagonal linear system. | |
template<class vec_t > | |
int | solve_cyc_tridiag_nonsym (const vec_t &diag, const vec_t &abovediag, const vec_t &belowdiag, const vec_t &rhs, vec_t &x, size_t N) |
Solve an asymmetric cyclic tridiagonal linear system. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page