libflame
revision_anchor
|
00001 /* 00002 00003 Copyright (C) 2014, The University of Texas at Austin 00004 00005 This file is part of libflame and is available under the 3-Clause 00006 BSD license, which can be found in the LICENSE file at the top-level 00007 directory, or at http://opensource.org/licenses/BSD-3-Clause 00008 00009 */ 00010 00011 // Level-1 BLAS 00012 #include "FLA_Axpy.h" 00013 #include "FLA_Axpyt.h" 00014 #include "FLA_Copy.h" 00015 #include "FLA_Copyt.h" 00016 #include "FLA_Copyr.h" 00017 #include "FLA_Scal.h" 00018 #include "FLA_Scalr.h" 00019 00020 // Level-2 BLAS 00021 #include "FLA_Gemv.h" 00022 #include "FLA_Trsv.h" 00023 00024 // Level-3 BLAS 00025 #include "FLA_Gemm.h" 00026 #include "FLA_Hemm.h" 00027 #include "FLA_Herk.h" 00028 #include "FLA_Her2k.h" 00029 #include "FLA_Symm.h" 00030 #include "FLA_Syrk.h" 00031 #include "FLA_Syr2k.h" 00032 #include "FLA_Trmm.h" 00033 #include "FLA_Trsm.h" 00034