libflame revision_anchor
FLA_Bsvd_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_Bsvd_iteracc_v_opt_var1() -------------------------------------------
12
14 int n_GH,
15 int ijTL,
16 float tol,
17 float thresh,
18 float* buff_d, int inc_d,
19 float* buff_e, int inc_e,
20 scomplex* buff_G, int rs_G, int cs_G,
21 scomplex* buff_H, int rs_H, int cs_H,
22 int* n_iter_perf );
24 int n_GH,
25 int ijTL,
26 double tol,
27 double thresh,
28 double* buff_d, int inc_d,
29 double* buff_e, int inc_e,
30 dcomplex* buff_G, int rs_G, int cs_G,
31 dcomplex* buff_H, int rs_H, int cs_H,
32 int* n_iter_perf );
FLA_Error FLA_Bsvd_iteracc_v_opd_var1(int m_A, int n_GH, int ijTL, double tol, double thresh, double *buff_d, int inc_d, double *buff_e, int inc_e, dcomplex *buff_G, int rs_G, int cs_G, dcomplex *buff_H, int rs_H, int cs_H, int *n_iter_perf)
Definition FLA_Bsvd_iteracc_v_opt_var1.c:176
FLA_Error FLA_Bsvd_iteracc_v_ops_var1(int m_A, int n_GH, int ijTL, float tol, float thresh, float *buff_d, int inc_d, float *buff_e, int inc_e, scomplex *buff_G, int rs_G, int cs_G, scomplex *buff_H, int rs_H, int cs_H, int *n_iter_perf)
Definition FLA_Bsvd_iteracc_v_opt_var1.c:13
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