libflame  revision_anchor
FLA_Apply_pivots_ln.h
Go to the documentation of this file.
1 /*
2 
3  Copyright (C) 2014, The University of Texas at Austin
4 
5  This file is part of libflame and is available under the 3-Clause
6  BSD license, which can be found in the LICENSE file at the top-level
7  directory, or at http://opensource.org/licenses/BSD-3-Clause
8 
9 */
10 
11 #include "FLAME.h"
12 
15 
18  int* a, int a_rs, int a_cs,
19  int k1,
20  int k2,
21  int* p, int incp );
23  float* a, int a_rs, int a_cs,
24  int k1,
25  int k2,
26  int* p, int incp );
28  double* a, int a_rs, int a_cs,
29  int k1,
30  int k2,
31  int* p, int incp );
33  scomplex* a, int a_rs, int a_cs,
34  int k1,
35  int k2,
36  int* p, int incp );
38  dcomplex* a, int a_rs, int a_cs,
39  int k1,
40  int k2,
41  int* p, int incp );
Definition: FLA_Cntl_lapack.h:42
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)
Definition: FLA_Apply_pivots_ln_opt_var1.c:438
FLA_Error FLA_Apply_pivots_ln_blk_var1(FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl)
Definition: FLA_Apply_pivots_ln_blk_var1.c:13
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)
Definition: FLA_Apply_pivots_ln_opt_var1.c:356
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)
Definition: FLA_Apply_pivots_ln_opt_var1.c:192
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:158
Definition: blis_type_defs.h:132
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)
Definition: FLA_Apply_pivots_ln_opt_var1.c:274
FLA_Error FLA_Apply_pivots_ln_blk_var2(FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl)
Definition: FLA_Apply_pivots_ln_blk_var2.c:13
FLA_Error FLA_Apply_pivots_ln_opt_var1(FLA_Obj p, FLA_Obj A)
Definition: FLA_Apply_pivots_ln_opt_var1.c:13
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)
Definition: FLA_Apply_pivots_ln_opt_var1.c:110
Definition: blis_type_defs.h:137