libflame  revision_anchor
FLA_Apply_pivots_rn.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  float* a, int a_rs, int a_cs,
16  int k1,
17  int k2,
18  int* p, int incp );
20  double* a, int a_rs, int a_cs,
21  int k1,
22  int k2,
23  int* p, int incp );
25  scomplex* a, int a_rs, int a_cs,
26  int k1,
27  int k2,
28  int* p, int incp );
30  dcomplex* a, int a_rs, int a_cs,
31  int k1,
32  int k2,
33  int* p, int incp );
FLA_Error FLA_Apply_pivots_rn_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_rn_opd_var1(int n, double *a, int a_rs, int a_cs, int k1, int k2, int *p, int incp)
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:158
FLA_Error FLA_Apply_pivots_rn_opz_var1(int n, dcomplex *a, int a_rs, int a_cs, int k1, int k2, int *p, int incp)
Definition: blis_type_defs.h:132
FLA_Error FLA_Apply_pivots_rn_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_rn_opt_var1(FLA_Obj p, FLA_Obj A)
Definition: FLA_Apply_pivots_rn_opt_var1.c:13
Definition: blis_type_defs.h:137