libflame  revision_anchor
FLA_UDdate_UT_inc.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 
12  FLA_Obj C,
13  FLA_Obj D, FLA_Obj T, FLA_Obj W );
14 
16  FLA_Obj C,
17  FLA_Obj D, FLA_Obj T, FLA_Obj W, fla_uddateutinc_t* cntl );
18 
19 FLA_Error FLASH_UDdate_UT_inc_create_hier_matrices( FLA_Obj R_flat, FLA_Obj C_flat, FLA_Obj D_flat, dim_t depth, dim_t* b_flash, dim_t b_alg, FLA_Obj* R, FLA_Obj* C, FLA_Obj* D, FLA_Obj* T, FLA_Obj* W );
21 
23  FLA_Obj C, FLA_Obj bC,
24  FLA_Obj D, FLA_Obj bD );
FLA_Error FLASH_UDdate_UT_inc_solve(FLA_Obj R, FLA_Obj bR, FLA_Obj x)
Definition: FLASH_UDdate_UT_inc_solve.c:13
FLA_Error FLASH_UDdate_UT_inc(FLA_Obj R, FLA_Obj C, FLA_Obj D, FLA_Obj T, FLA_Obj W)
Definition: FLASH_UDdate_UT_inc.c:18
FLA_Error FLASH_UDdate_UT_inc_update_rhs(FLA_Obj T, FLA_Obj bR, FLA_Obj C, FLA_Obj bC, FLA_Obj D, FLA_Obj bD)
Definition: FLASH_UDdate_UT_inc_update_rhs.c:13
dim_t FLASH_UDdate_UT_inc_determine_alg_blocksize(FLA_Obj R)
Definition: FLASH_UDdate_UT_inc_create_hier_matrices.c:80
FLA_Error FLASH_UDdate_UT_inc_create_hier_matrices(FLA_Obj R_flat, FLA_Obj C_flat, FLA_Obj D_flat, dim_t depth, dim_t *b_flash, dim_t b_alg, FLA_Obj *R, FLA_Obj *C, FLA_Obj *D, FLA_Obj *T, FLA_Obj *W)
Definition: FLASH_UDdate_UT_inc_create_hier_matrices.c:13
FLA_Error FLA_UDdate_UT_inc_blk_var1(FLA_Obj R, FLA_Obj C, FLA_Obj D, FLA_Obj T, FLA_Obj W, fla_uddateutinc_t *cntl)
Definition: FLA_UDdate_UT_inc_blk_var1.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_lapack.h:335