libflame
revision_anchor
|
Functions | |
void | bl1_isetdiag (int offset, int m, int n, int *sigma, int *a, int a_rs, int a_cs) |
void | bl1_ssetdiag (int offset, int m, int n, float *sigma, float *a, int a_rs, int a_cs) |
void | bl1_dsetdiag (int offset, int m, int n, double *sigma, double *a, int a_rs, int a_cs) |
void | bl1_csetdiag (int offset, int m, int n, scomplex *sigma, scomplex *a, int a_rs, int a_cs) |
void | bl1_zsetdiag (int offset, int m, int n, dcomplex *sigma, dcomplex *a, int a_rs, int a_cs) |
References i, scomplex::imag, and scomplex::real.
Referenced by FLA_Set_diag(), FLA_Set_offdiag(), and FLA_Triangularize().
void bl1_dsetdiag | ( | int | offset, |
int | m, | ||
int | n, | ||
double * | sigma, | ||
double * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References i.
Referenced by FLA_Set_diag(), FLA_Set_offdiag(), and FLA_Triangularize().
void bl1_isetdiag | ( | int | offset, |
int | m, | ||
int | n, | ||
int * | sigma, | ||
int * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References i.
Referenced by FLA_Set_diag(), and FLA_Set_offdiag().
void bl1_ssetdiag | ( | int | offset, |
int | m, | ||
int | n, | ||
float * | sigma, | ||
float * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References i.
Referenced by FLA_Set_diag(), FLA_Set_offdiag(), and FLA_Triangularize().
References i, dcomplex::imag, and dcomplex::real.
Referenced by FLA_Set_diag(), FLA_Set_offdiag(), and FLA_Triangularize().