File: LU_prototypes.h

package info (click to toggle)
libflame 5.2.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 162,092 kB
  • sloc: ansic: 750,080; fortran: 404,344; makefile: 8,136; sh: 5,458; python: 937; pascal: 144; perl: 66
file content (22 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
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 );