libflame  revision_anchor
FLA_Accum_T_UT_fr.h
Go to the documentation of this file.
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 #include "FLAME.h"
00012 
00013 FLA_Error FLA_Accum_T_UT_fr_unb_var1( FLA_Obj A, FLA_Obj t, FLA_Obj T );
00014 FLA_Error FLA_Accum_T_UT_fr_blk_var2( FLA_Obj A, FLA_Obj t, FLA_Obj T );
00015 
00016 FLA_Error FLA_Accum_T_UT_fr_opt_var1( FLA_Obj A, FLA_Obj t, FLA_Obj T );
00017 
00018 FLA_Error FLA_Accum_T_UT_fr_ops_var1( int m_A,
00019                                       int n_A,
00020                                       float* A, int rs_A, int cs_A,
00021                                       int m_t,
00022                                       float* t, int inc_t,
00023                                       float* T, int rs_T, int cs_T );
00024 FLA_Error FLA_Accum_T_UT_fr_opd_var1( int m_A,
00025                                       int n_A,
00026                                       double* A, int rs_A, int cs_A,
00027                                       int m_t,
00028                                       double* t, int inc_t,
00029                                       double* T, int rs_T, int cs_T );
00030 FLA_Error FLA_Accum_T_UT_fr_opc_var1( int m_A,
00031                                       int n_A,
00032                                       scomplex* A, int rs_A, int cs_A,
00033                                       int m_t,
00034                                       scomplex* t, int inc_t,
00035                                       scomplex* T, int rs_T, int cs_T );
00036 FLA_Error FLA_Accum_T_UT_fr_opz_var1( int m_A,
00037                                       int n_A,
00038                                       dcomplex* A, int rs_A, int cs_A,
00039                                       int m_t,
00040                                       dcomplex* t, int inc_t,
00041                                       dcomplex* T, int rs_T, int cs_T );