libflame  revision_anchor
FLA_Apply_pivots_ln.h
Go to the documentation of this file.
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_ln_blk_var1( FLA_Obj p, FLA_Obj A, fla_appiv_t* cntl );
00014 FLA_Error FLA_Apply_pivots_ln_blk_var2( FLA_Obj p, FLA_Obj A, fla_appiv_t* cntl );
00015 
00016 FLA_Error FLA_Apply_pivots_ln_opt_var1( FLA_Obj p, FLA_Obj A );
00017 FLA_Error FLA_Apply_pivots_ln_opi_var1( int n, 
00018                                         int*      a, int a_rs, int a_cs, 
00019                                         int k1, 
00020                                         int k2, 
00021                                         int* p, int incp );
00022 FLA_Error FLA_Apply_pivots_ln_ops_var1( int n, 
00023                                         float*    a, int a_rs, int a_cs, 
00024                                         int k1, 
00025                                         int k2, 
00026                                         int* p, int incp );
00027 FLA_Error FLA_Apply_pivots_ln_opd_var1( int n, 
00028                                         double*   a, int a_rs, int a_cs, 
00029                                         int k1, 
00030                                         int k2, 
00031                                         int* p, int incp );
00032 FLA_Error FLA_Apply_pivots_ln_opc_var1( int n, 
00033                                         scomplex* a, int a_rs, int a_cs, 
00034                                         int k1, 
00035                                         int k2, 
00036                                         int* p, int incp );
00037 FLA_Error FLA_Apply_pivots_ln_opz_var1( int n, 
00038                                         dcomplex* a, int a_rs, int a_cs, 
00039                                         int k1, 
00040                                         int k2, 
00041                                         int* p, int incp );