|
libflame
revision_anchor
|
Go to the source code of this file.
Functions | |
| FLA_Error | FLA_Apply_pivots_ln_blk_var1 (FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl) |
| FLA_Error | FLA_Apply_pivots_ln_blk_var2 (FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl) |
| FLA_Error | FLA_Apply_pivots_ln_opt_var1 (FLA_Obj p, FLA_Obj A) |
| FLA_Error | FLA_Apply_pivots_ln_opi_var1 (int n, int *a, int a_rs, int a_cs, int k1, int k2, int *p, int incp) |
| FLA_Error | FLA_Apply_pivots_ln_ops_var1 (int n, float *a, int a_rs, int a_cs, int k1, int k2, int *p, int incp) |
| FLA_Error | FLA_Apply_pivots_ln_opd_var1 (int n, double *a, int a_rs, int a_cs, int k1, int k2, int *p, int incp) |
| FLA_Error | FLA_Apply_pivots_ln_opc_var1 (int n, scomplex *a, int a_rs, int a_cs, int k1, int k2, int *p, int incp) |
| FLA_Error | FLA_Apply_pivots_ln_opz_var1 (int n, dcomplex *a, int a_rs, int a_cs, int k1, int k2, int *p, int incp) |
| FLA_Error FLA_Apply_pivots_ln_blk_var1 | ( | FLA_Obj | p, |
| FLA_Obj | A, | ||
| fla_appiv_t * | cntl | ||
| ) |
References FLA_Apply_pivots_internal(), FLA_Cont_with_1x3_to_1x2(), FLA_Determine_blocksize(), FLA_Obj_width(), FLA_Part_1x2(), and FLA_Repart_1x2_to_1x3().
Referenced by FLA_Apply_pivots_ln().
| FLA_Error FLA_Apply_pivots_ln_blk_var2 | ( | FLA_Obj | p, |
| FLA_Obj | A, | ||
| fla_appiv_t * | cntl | ||
| ) |
References FLA_Apply_pivots_internal(), FLA_Cont_with_3x1_to_2x1(), FLA_Determine_blocksize(), FLA_Obj_length(), FLA_Part_2x1(), and FLA_Repart_2x1_to_3x1().
Referenced by FLA_Apply_pivots_ln().
| FLA_Error FLA_Apply_pivots_ln_opc_var1 | ( | int | n, |
| scomplex * | a, | ||
| int | a_rs, | ||
| int | a_cs, | ||
| int | k1, | ||
| int | k2, | ||
| int * | p, | ||
| int | incp | ||
| ) |
Referenced by FLA_Apply_pivots_ln_opt_var1(), FLA_Apply_pivots_lt_opt_var1(), FLA_Apply_pivots_rn_opt_var1(), FLA_Apply_pivots_rt_opt_var1(), FLA_LU_piv_opc_var3(), FLA_LU_piv_opc_var4(), and FLA_LU_piv_opc_var5().
| FLA_Error FLA_Apply_pivots_ln_opd_var1 | ( | int | n, |
| double * | a, | ||
| int | a_rs, | ||
| int | a_cs, | ||
| int | k1, | ||
| int | k2, | ||
| int * | p, | ||
| int | incp | ||
| ) |
| FLA_Error FLA_Apply_pivots_ln_opi_var1 | ( | int | n, |
| int * | a, | ||
| int | a_rs, | ||
| int | a_cs, | ||
| int | k1, | ||
| int | k2, | ||
| int * | p, | ||
| int | incp | ||
| ) |
| FLA_Error FLA_Apply_pivots_ln_ops_var1 | ( | int | n, |
| float * | a, | ||
| int | a_rs, | ||
| int | a_cs, | ||
| int | k1, | ||
| int | k2, | ||
| int * | p, | ||
| int | incp | ||
| ) |
References FLA_Apply_pivots_ln_opc_var1(), FLA_Apply_pivots_ln_opd_var1(), FLA_Apply_pivots_ln_opi_var1(), FLA_Apply_pivots_ln_ops_var1(), FLA_Apply_pivots_ln_opz_var1(), FLA_Obj_col_stride(), FLA_Obj_datatype(), FLA_Obj_row_stride(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), and FLA_Obj_width().
Referenced by FLA_Apply_pivots_ln().
| FLA_Error FLA_Apply_pivots_ln_opz_var1 | ( | int | n, |
| dcomplex * | a, | ||
| int | a_rs, | ||
| int | a_cs, | ||
| int | k1, | ||
| int | k2, | ||
| int * | p, | ||
| int | incp | ||
| ) |