#include "sll_working_precision.h"
Go to the source code of this file.
|
| #define | SWP(aval, bval) swp=(aval); aval=(bval); bval=swp |
| |
|
| subroutine, public | sll_s_setup_cyclic_tridiag (a, n, cts, ipiv) |
| | Give the factorization of the matrix in argument. More...
|
| |
| subroutine, public | sll_s_solve_cyclic_tridiag_double (cts, ipiv, b, n, x) |
| | Solves tridiagonal system. More...
|
| |
| subroutine | solve_cyclic_tridiag_complex (cts, ipiv, b, n, x) |
| | Complex version of sll_s_solve_cyclic_tridiag_double. More...
|
| |
◆ SWP
| #define SWP |
( |
|
aval, |
|
|
|
bval |
|
) |
| swp=(aval); aval=(bval); bval=swp |