libflame
revision_anchor
|
Functions | |
void | bl1_srandm (int m, int n, float *a, int a_rs, int a_cs) |
void | bl1_drandm (int m, int n, double *a, int a_rs, int a_cs) |
void | bl1_crandm (int m, int n, scomplex *a, int a_rs, int a_cs) |
void | bl1_zrandm (int m, int n, dcomplex *a, int a_rs, int a_cs) |
void bl1_crandm | ( | int | m, |
int | n, | ||
scomplex * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_crandv(), bl1_is_row_storage(), and bl1_zero_dim2().
Referenced by FLA_Random_matrix().
void bl1_drandm | ( | int | m, |
int | n, | ||
double * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_drandv(), bl1_is_row_storage(), and bl1_zero_dim2().
Referenced by FLA_Random_matrix().
void bl1_srandm | ( | int | m, |
int | n, | ||
float * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_is_row_storage(), bl1_srandv(), and bl1_zero_dim2().
Referenced by FLA_Random_matrix().
void bl1_zrandm | ( | int | m, |
int | n, | ||
dcomplex * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_is_row_storage(), bl1_zero_dim2(), and bl1_zrandv().
Referenced by FLA_Random_matrix().