libflame
revision_anchor
|
00001 /* 00002 00003 Copyright (C) 2014, The University of Texas at Austin 00004 00005 This file is part of libflame and is available under the 3-Clause 00006 BSD license, which can be found in the LICENSE file at the top-level 00007 directory, or at http://opensource.org/licenses/BSD-3-Clause 00008 00009 */ 00010 00011 #include "FLAME.h" 00012 00013 FLA_Error FLA_Apply_pivots_rn_opt_var1( FLA_Obj p, FLA_Obj A ); 00014 FLA_Error FLA_Apply_pivots_rn_ops_var1( int n, 00015 float* a, int a_rs, int a_cs, 00016 int k1, 00017 int k2, 00018 int* p, int incp ); 00019 FLA_Error FLA_Apply_pivots_rn_opd_var1( int n, 00020 double* a, int a_rs, int a_cs, 00021 int k1, 00022 int k2, 00023 int* p, int incp ); 00024 FLA_Error FLA_Apply_pivots_rn_opc_var1( int n, 00025 scomplex* a, int a_rs, int a_cs, 00026 int k1, 00027 int k2, 00028 int* p, int incp ); 00029 FLA_Error FLA_Apply_pivots_rn_opz_var1( int n, 00030 dcomplex* a, int a_rs, int a_cs, 00031 int k1, 00032 int k2, 00033 int* p, int incp );