libflame  revision_anchor
FLA_LU_incpiv_aux.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  FLA_Obj D, FLA_Obj p, FLA_Obj L, dim_t nb_alg );
17  FLA_Obj D, FLA_Obj p, FLA_Obj L );
19  FLA_Obj D, FLA_Obj p, FLA_Obj C,
20  FLA_Obj E, dim_t nb_alg );
21 
26  FLA_Obj D, FLA_Obj E, FLA_Obj p, FLA_Obj L, dim_t nb_alg, fla_lu_t* cntl );
28  FLA_Obj D, FLA_Obj p, FLA_Obj C,
29  FLA_Obj E, dim_t nb_alg, fla_gemm_t* cntl );
30 
33  FLA_Obj D, FLA_Obj p, FLA_Obj C,
34  FLA_Obj E, dim_t nb_alg );
35 
FLA_Error FLASH_LU_incpiv_var1(FLA_Obj A, FLA_Obj p, FLA_Obj L, dim_t nb_alg, fla_lu_t *cntl)
Definition: FLASH_LU_incpiv_var1.c:13
FLA_Error FLASH_FS_incpiv_aux2(FLA_Obj L, FLA_Obj D, FLA_Obj p, FLA_Obj C, FLA_Obj E, dim_t nb_alg)
Definition: FLASH_FS_incpiv_aux2.c:13
FLA_Error FLASH_SA_LU(FLA_Obj B, FLA_Obj C, FLA_Obj D, FLA_Obj E, FLA_Obj p, FLA_Obj L, dim_t nb_alg, fla_lu_t *cntl)
Definition: FLASH_SA_LU.c:13
FLA_Error FLA_SA_LU_blk(FLA_Obj U, FLA_Obj D, FLA_Obj p, FLA_Obj L, dim_t nb_alg)
Definition: FLA_SA_LU_blk.c:13
FLA_Error FLA_SA_LU_unb(FLA_Obj U, FLA_Obj D, FLA_Obj p, FLA_Obj L)
Definition: FLA_SA_LU_unb.c:13
FLA_Error FLA_SA_FS_blk(FLA_Obj L, FLA_Obj D, FLA_Obj p, FLA_Obj C, FLA_Obj E, dim_t nb_alg)
Definition: FLA_SA_FS_blk.c:13
FLA_Error FLA_SA_Apply_pivots(FLA_Obj C, FLA_Obj E, FLA_Obj p)
Definition: FLA_SA_Apply_pivots.c:13
FLA_Error FLASH_FS_incpiv_aux1(FLA_Obj A, FLA_Obj p, FLA_Obj L, FLA_Obj b, dim_t nb_alg)
Definition: FLASH_FS_incpiv_aux1.c:13
FLA_Error FLASH_LU_incpiv_var2(FLA_Obj A, FLA_Obj p, FLA_Obj L, FLA_Obj U, dim_t nb_alg, fla_lu_t *cntl)
Definition: FLASH_LU_incpiv_var2.c:13
FLA_Error FLASH_SA_FS(FLA_Obj L, FLA_Obj D, FLA_Obj p, FLA_Obj C, FLA_Obj E, dim_t nb_alg, fla_gemm_t *cntl)
Definition: FLASH_SA_FS.c:13
FLA_Error FLASH_Trsm_piv(FLA_Obj A, FLA_Obj B, FLA_Obj p, fla_trsm_t *cntl)
Definition: FLASH_Trsm_piv.c:13
int FLA_Error
Definition: FLA_type_defs.h:47
unsigned long dim_t
Definition: FLA_type_defs.h:71
Definition: FLA_type_defs.h:159
Definition: FLA_Cntl_blas3.h:17
Definition: FLA_Cntl_lapack.h:53
Definition: FLA_Cntl_blas3.h:116