libflame  revision_anchor
FLASH_util_prototypes.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 // --- FLASH utility routine prototypes ----------------------------------------
12 
14 
17 
20 
22 
24 
26 
29 
30 // --- FLASH utility check routine prototypes ----------------------------------
31 
33 
double FLASH_Max_elemwise_diff(FLA_Obj A, FLA_Obj B)
Definition: FLASH_Max_elemwise_diff.c:13
FLA_Error FLASH_Triangularize(FLA_Uplo uplo, FLA_Diag diag, FLA_Obj A)
Definition: FLASH_Triangularize.c:13
FLA_Error FLASH_Random_matrix(FLA_Obj H)
Definition: FLASH_Random_matrix.c:13
int FLA_Diag
Definition: FLA_type_defs.h:55
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Error FLASH_LU_find_zero_on_diagonal_check(FLA_Obj A)
Definition: FLASH_LU_find_zero_on_diagonal_check.c:13
FLA_Error FLASH_Obj_create_diag_panel(FLA_Obj A, FLA_Obj *U)
Definition: FLASH_Obj_create_diag_panel.c:13
Definition: FLA_type_defs.h:158
FLA_Error FLASH_Set(FLA_Obj alpha, FLA_Obj H)
Definition: FLASH_Set.c:13
int FLA_Conj
Definition: FLA_type_defs.h:54
FLA_Error FLASH_Norm1(FLA_Obj H, FLA_Obj norm)
Definition: FLASH_Norm1.c:13
FLA_Error FLASH_Random_spd_matrix(FLA_Uplo uplo, FLA_Obj H)
Definition: FLASH_Random_spd_matrix.c:13
FLA_Error FLASH_Obj_shift_diagonal(FLA_Conj conj, FLA_Obj sigma, FLA_Obj H)
int FLA_Uplo
Definition: FLA_type_defs.h:52
FLA_Error FLASH_LU_find_zero_on_diagonal(FLA_Obj A)
Definition: FLASH_LU_find_zero_on_diagonal.c:13
FLA_Error FLASH_Hermitianize(FLA_Uplo uplo, FLA_Obj A)
Definition: FLASH_Hermitianize.c:13