libflame
revision_anchor
|
Go to the source code of this file.
Functions | |
FLA_Error | FLASH_Axpy (FLA_Obj alpha, FLA_Obj A, FLA_Obj B) |
FLA_Error | FLASH_Axpyt (FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B) |
FLA_Error | FLASH_Copy (FLA_Obj A, FLA_Obj B) |
FLA_Error | FLASH_Copyt (FLA_Trans trans, FLA_Obj A, FLA_Obj B) |
FLA_Error | FLASH_Scal (FLA_Obj alpha, FLA_Obj A) |
FLA_Error | FLASH_Scalr (FLA_Uplo uplo, FLA_Obj alpha, FLA_Obj A) |
References FLA_Axpy_check(), FLA_Axpy_internal(), FLA_Check_error_level(), flash_axpy_cntl, FLASH_Queue_disable(), FLASH_Queue_enable(), and FLASH_Queue_get_enabled().
References FLA_Axpyt_check(), FLA_Axpyt_internal(), FLA_Check_error_level(), flash_axpyt_cntl, FLASH_Queue_disable(), FLASH_Queue_enable(), and FLASH_Queue_get_enabled().
References FLA_Check_error_level(), FLA_Copy_check(), FLA_Copy_internal(), flash_copy_cntl, FLASH_Queue_begin(), and FLASH_Queue_end().
Referenced by FLASH_CAQR_UT_inc_solve(), FLASH_Chol_solve(), FLASH_LQ_UT_solve(), FLASH_LU_incpiv_solve(), FLASH_LU_nopiv_solve(), FLASH_LU_piv_solve(), FLASH_Obj_create_copy_of(), FLASH_QR_UT_inc_solve(), FLASH_QR_UT_solve(), and FLASH_UDdate_UT_inc_solve().
References FLA_Check_error_level(), FLA_Copyt_check(), FLA_Copyt_internal(), flash_copyt_cntl, FLASH_Queue_disable(), FLASH_Queue_enable(), and FLASH_Queue_get_enabled().
References FLA_Check_error_level(), FLA_Scal_check(), FLA_Scal_internal(), FLASH_Queue_disable(), FLASH_Queue_enable(), FLASH_Queue_get_enabled(), and flash_scal_cntl.
References FLA_Check_error_level(), FLA_Scalr_check(), FLA_Scalr_internal(), FLASH_Queue_disable(), FLASH_Queue_enable(), FLASH_Queue_get_enabled(), and flash_scalr_cntl.