libflame revision_anchor
FLASH_blas1_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// --- top-level front-end prototypes ------------------------------------------
12
19
FLA_Error FLASH_Copy(FLA_Obj A, FLA_Obj B)
Definition FLASH_Copy.c:15
FLA_Error FLASH_Copyt(FLA_Trans trans, FLA_Obj A, FLA_Obj B)
Definition FLASH_Copyt.c:15
FLA_Error FLASH_Scalr(FLA_Uplo uplo, FLA_Obj alpha, FLA_Obj A)
Definition FLASH_Scalr.c:15
FLA_Error FLASH_Axpy(FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
Definition FLASH_Axpy.c:15
FLA_Error FLASH_Axpyt(FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
Definition FLASH_Axpyt.c:15
FLA_Error FLASH_Scal(FLA_Obj alpha, FLA_Obj A)
Definition FLASH_Scal.c:15
int FLA_Error
Definition FLA_type_defs.h:47
int FLA_Trans
Definition FLA_type_defs.h:53
int FLA_Uplo
Definition FLA_type_defs.h:52
Definition FLA_type_defs.h:159