libflame  revision_anchor
Functions | Variables
FLA_Transpose.c File Reference

(r)

Functions

FLA_Error FLA_Transpose (FLA_Obj A)
 

Variables

fla_tpose_tfla_tpose_cntl
 

Function Documentation

◆ FLA_Transpose()

FLA_Error FLA_Transpose ( FLA_Obj  A)

References FLA_Check_error_level(), FLA_Transpose_blk_var2(), and FLA_Transpose_check().

16 {
17  FLA_Error r_val;
18 
19  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
21 
23 
24  return r_val;
25 }
FLA_Error FLA_Transpose_check(FLA_Obj A)
Definition: FLA_Transpose_check.c:13
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Error FLA_Transpose_blk_var2(FLA_Obj A, fla_tpose_t *cntl)
Definition: FLA_Transpose_blk_var2.c:13
fla_tpose_t * fla_tpose_cntl
Definition: FLA_Transpose_cntl_init.c:16
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18

Variable Documentation

◆ fla_tpose_cntl

fla_tpose_t* fla_tpose_cntl