Matrix r5059
|
Go to the source code of this file.
Macros | |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
Functions | |
void | zvreal (Rcomplex *x, const Rcomplex *y, size_t n) |
void | zvimag (Rcomplex *x, const Rcomplex *y, size_t n) |
void | zvconj (Rcomplex *x, const Rcomplex *y, size_t n) |
void zvconj | ( | Rcomplex * | x, |
const Rcomplex * | y, | ||
size_t | n ) |
Definition at line 1300 of file idz.c.
Referenced by sparse_transpose(), spMatrix_matmult(), syMatrix_matmult(), and tpMatrix_matmult().
void zvimag | ( | Rcomplex * | x, |
const Rcomplex * | y, | ||
size_t | n ) |
Definition at line 1287 of file idz.c.
Referenced by dense_skewpart(), and sparse_skewpart().
void zvreal | ( | Rcomplex * | x, |
const Rcomplex * | y, | ||
size_t | n ) |
Definition at line 1274 of file idz.c.
Referenced by dense_diag_get(), dense_symmpart(), sparse_diag_get(), and sparse_symmpart().