libflame revision_anchor
FLA_Tevd_eigval_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_eigval_v_opt_var1() --------------------------------------------
12
15 int n_G,
16 scomplex* buff_G, int rs_G, int cs_G,
17 float* buff_d, int inc_d,
18 float* buff_e, int inc_e,
19 int* n_iter );
21 int n_G,
22 dcomplex* buff_G, int rs_G, int cs_G,
23 double* buff_d, int inc_d,
24 double* buff_e, int inc_e,
25 int* n_iter );
26
28 int m_U,
29 int n_G,
30 scomplex* buff_G, int rs_G, int cs_G,
31 float* buff_d, int inc_d,
32 float* buff_e, int inc_e,
33 float* buff_l, int inc_l,
34 int* buff_ls, int inc_ls,
35 float* buff_pu, int inc_pu,
36 int* n_iter );
38 int m_U,
39 int n_G,
40 dcomplex* buff_G, int rs_G, int cs_G,
41 double* buff_d, int inc_d,
42 double* buff_e, int inc_e,
43 double* buff_l, int inc_l,
44 int* buff_ls, int inc_ls,
45 double* buff_pu, int inc_pu,
46 int* n_iter );
47
FLA_Error FLA_Tevd_eigval_v_opt_var1(FLA_Obj G, FLA_Obj d, FLA_Obj e, FLA_Obj n_iter)
Definition FLA_Tevd_eigval_v_opt_var1.c:13
FLA_Error FLA_Tevd_eigval_v_ops_var3(int m_A, int m_U, int n_G, scomplex *buff_G, int rs_G, int cs_G, 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, int *n_iter)
Definition FLA_Tevd_eigval_v_opt_var3.c:14
FLA_Error FLA_Tevd_eigval_v_opd_var1(int m_A, int n_G, dcomplex *buff_G, int rs_G, int cs_G, double *buff_d, int inc_d, double *buff_e, int inc_e, int *n_iter)
Definition FLA_Tevd_eigval_v_opt_var1.c:87
FLA_Error FLA_Tevd_eigval_v_ops_var1(int m_A, int n_G, scomplex *buff_G, int rs_G, int cs_G, float *buff_d, int inc_d, float *buff_e, int inc_e, int *n_iter)
Definition FLA_Tevd_eigval_v_opt_var1.c:75
FLA_Error FLA_Tevd_eigval_v_opd_var3(int m_A, int m_U, int n_G, dcomplex *buff_G, int rs_G, int cs_G, 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, int *n_iter)
Definition FLA_Tevd_eigval_v_opt_var3.c:30
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145
Definition FLA_type_defs.h:159
Definition blis_type_defs.h:138
Definition blis_type_defs.h:133