libflame revision_anchor
FLA_Tevd_iteracc_v.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// --- FLA_Tevd_iteracc_v_opt_var1() -------------------------------------------
12
14 int n_G,
15 int ijTL,
16 float* buff_d, int inc_d,
17 float* buff_e, int inc_e,
18 scomplex* buff_G, int rs_G, int cs_G,
19 int* n_iter_perf );
21 int n_G,
22 int ijTL,
23 double* buff_d, int inc_d,
24 double* buff_e, int inc_e,
25 dcomplex* buff_G, int rs_G, int cs_G,
26 int* n_iter_perf );
27
29 int m_U,
30 int n_G,
31 int ijTL,
32 float* buff_d, int inc_d,
33 float* buff_e, int inc_e,
34 float* buff_l, int inc_l,
35 int* buff_ls, int inc_ls,
36 float* buff_pu, int inc_pu,
37 scomplex* buff_G, int rs_G, int cs_G,
38 int* n_iter_perf );
40 int m_U,
41 int n_G,
42 int ijTL,
43 double* buff_d, int inc_d,
44 double* buff_e, int inc_e,
45 double* buff_l, int inc_l,
46 int* buff_ls, int inc_ls,
47 double* buff_pu, int inc_pu,
48 dcomplex* buff_G, int rs_G, int cs_G,
49 int* n_iter_perf );
50
FLA_Error FLA_Tevd_iteracc_v_ops_var1(int m_A, int n_G, int ijTL, float *buff_d, int inc_d, float *buff_e, int inc_e, scomplex *buff_G, int rs_G, int cs_G, int *n_iter_perf)
Definition FLA_Tevd_iteracc_v_opt_var1.c:15
FLA_Error FLA_Tevd_iteracc_v_ops_var3(int m_A, int m_U, int n_G, int ijTL, float *buff_d, int inc_d, float *buff_e, int inc_e, float *buff_l, int inc_l, int *buff_ls, int inc_ls, float *buff_pu, int inc_pu, scomplex *buff_G, int rs_G, int cs_G, int *n_iter_perf)
Definition FLA_Tevd_iteracc_v_opt_var3.c:13
FLA_Error FLA_Tevd_iteracc_v_opd_var1(int m_A, int n_G, int ijTL, double *buff_d, int inc_d, double *buff_e, int inc_e, dcomplex *buff_G, int rs_G, int cs_G, int *n_iter_perf)
Definition FLA_Tevd_iteracc_v_opt_var1.c:26
FLA_Error FLA_Tevd_iteracc_v_opd_var3(int m_A, int m_U, int n_G, int ijTL, double *buff_d, int inc_d, double *buff_e, int inc_e, double *buff_l, int inc_l, int *buff_ls, int inc_ls, double *buff_pu, int inc_pu, dcomplex *buff_G, int rs_G, int cs_G, int *n_iter_perf)
Definition FLA_Tevd_iteracc_v_opt_var3.c:30
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145
Definition blis_type_defs.h:138
Definition blis_type_defs.h:133