libflame
revision_anchor
src
base
flamec
util
base
transpose
Functions
|
Variables
FLA_Transpose.c File Reference
(r)
Functions
FLA_Error
FLA_Transpose
(
FLA_Obj
A)
Variables
fla_tpose_t
*
fla_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 )
20
FLA_Transpose_check
( A );
21
22
r_val =
FLA_Transpose_blk_var2
( A,
fla_tpose_cntl
);
23
24
return
r_val;
25
}
FLA_Transpose_check
FLA_Error FLA_Transpose_check(FLA_Obj A)
Definition:
FLA_Transpose_check.c:13
FLA_Error
int FLA_Error
Definition:
FLA_type_defs.h:47
FLA_Transpose_blk_var2
FLA_Error FLA_Transpose_blk_var2(FLA_Obj A, fla_tpose_t *cntl)
Definition:
FLA_Transpose_blk_var2.c:13
fla_tpose_cntl
fla_tpose_t * fla_tpose_cntl
Definition:
FLA_Transpose_cntl_init.c:16
FLA_Check_error_level
unsigned int FLA_Check_error_level(void)
Definition:
FLA_Check.c:18
Variable Documentation
◆
fla_tpose_cntl
fla_tpose_t
* fla_tpose_cntl
Generated on Mon Mar 5 2018 21:05:02 for libflame by
1.8.13