libflame  revision_anchor
FLA_Accum_T_UT_fc.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 #include "FLAME.h"
12 
15 
17 
19  int n_AT,
20  float* A, int rs_A, int cs_A,
21  int m_t,
22  float* t, int inc_t,
23  float* T, int rs_T, int cs_T );
25  int n_AT,
26  double* A, int rs_A, int cs_A,
27  int m_t,
28  double* t, int inc_t,
29  double* T, int rs_T, int cs_T );
31  int n_AT,
32  scomplex* A, int rs_A, int cs_A,
33  int m_t,
34  scomplex* t, int inc_t,
35  scomplex* T, int rs_T, int cs_T );
37  int n_AT,
38  dcomplex* A, int rs_A, int cs_A,
39  int m_t,
40  dcomplex* t, int inc_t,
41  dcomplex* T, int rs_T, int cs_T );
FLA_Error FLA_Accum_T_UT_fc_opc_var1(int m_A, int n_AT, scomplex *A, int rs_A, int cs_A, int m_t, scomplex *t, int inc_t, scomplex *T, int rs_T, int cs_T)
Definition: FLA_Accum_T_UT_fc_opt_var1.c:216
FLA_Error FLA_Accum_T_UT_fc_unb_var1(FLA_Obj A, FLA_Obj t, FLA_Obj T)
Definition: FLA_Accum_T_UT_fc_unb_var1.c:13
FLA_Error FLA_Accum_T_UT_fc_opt_var1(FLA_Obj A, FLA_Obj t, FLA_Obj T)
Definition: FLA_Accum_T_UT_fc_opt_var1.c:13
FLA_Error FLA_Accum_T_UT_fc_opd_var1(int m_A, int n_AT, double *A, int rs_A, int cs_A, int m_t, double *t, int inc_t, double *T, int rs_T, int cs_T)
Definition: FLA_Accum_T_UT_fc_opt_var1.c:161
FLA_Error FLA_Accum_T_UT_fc_opz_var1(int m_A, int n_AT, dcomplex *A, int rs_A, int cs_A, int m_t, dcomplex *t, int inc_t, dcomplex *T, int rs_T, int cs_T)
Definition: FLA_Accum_T_UT_fc_opt_var1.c:270
FLA_Error FLA_Accum_T_UT_fc_blk_var2(FLA_Obj A, FLA_Obj t, FLA_Obj T)
Definition: FLA_Accum_T_UT_fc_blk_var2.c:13
FLA_Error FLA_Accum_T_UT_fc_ops_var1(int m_A, int n_AT, float *A, int rs_A, int cs_A, int m_t, float *t, int inc_t, float *T, int rs_T, int cs_T)
Definition: FLA_Accum_T_UT_fc_opt_var1.c:106
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:159
Definition: blis_type_defs.h:138
Definition: blis_type_defs.h:133