|
TBCI Numerical high perf. C++ Library 2.8.0
|
complex arithmetics (float) for the SuperLU solver More...
Go to the source code of this file.
Classes | |
| struct | complex |
Macros | |
| #define | SCOMPLEX_INCLUDE |
| #define | c_add(c, a, b) |
| #define | c_sub(c, a, b) |
| #define | cs_mult(c, a, b) |
| #define | cc_mult(c, a, b) |
| #define | c_eq(a, b) |
Functions | |
| void | c_div (complex *, complex *, complex *) |
| double | c_abs (complex *) |
| double | c_abs1 (complex *) |
| void | c_exp (complex *, complex *) |
| void | r_cnjg (complex *, complex *) |
| double | r_imag (complex *) |
complex arithmetics (float) for the SuperLU solver
Definition in file scomplex.h.
Definition at line 31 of file scomplex.h.
| #define SCOMPLEX_INCLUDE |
Definition at line 23 of file scomplex.h.