1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
/*
Copyright (C) 2014, The University of Texas at Austin
This file is part of libflame and is available under the 3-Clause
BSD license, which can be found in the LICENSE file at the top-level
directory, or at http://opensource.org/licenses/BSD-3-Clause
*/
FLA_Error REF_LU( FLA_Obj );
FLA_Error LU_unb_var1( FLA_Obj );
FLA_Error LU_unb_var2( FLA_Obj );
FLA_Error LU_unb_var3( FLA_Obj );
FLA_Error LU_unb_var4( FLA_Obj );
FLA_Error LU_unb_var5( FLA_Obj );
FLA_Error LU_blk_var1( FLA_Obj, int );
FLA_Error LU_blk_var2( FLA_Obj, int );
FLA_Error LU_blk_var3( FLA_Obj, int );
FLA_Error LU_blk_var4( FLA_Obj, int );
FLA_Error LU_blk_var5( FLA_Obj, int );
|