libflame  revision_anchor
FLA_Bsvd_francis_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_francis_v_opt_var1() -------------------------------------------
12 
15  float shift,
16  scomplex* buff_g, int inc_g,
17  scomplex* buff_h, int inc_h,
18  float* buff_d, int inc_d,
19  float* buff_e, int inc_e );
21  double shift,
22  dcomplex* buff_g, int inc_g,
23  dcomplex* buff_h, int inc_h,
24  double* buff_d, int inc_d,
25  double* buff_e, int inc_e );
26 
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Error FLA_Bsvd_francis_v_ops_var1(int m_A, float shift, scomplex *buff_g, int inc_g, scomplex *buff_h, int inc_h, float *buff_d, int inc_d, float *buff_e, int inc_e)
Definition: FLA_Bsvd_francis_v_opt_var1.c:76
Definition: FLA_type_defs.h:158
FLA_Error FLA_Bsvd_francis_v_opt_var1(FLA_Obj shift, FLA_Obj g, FLA_Obj h, FLA_Obj d, FLA_Obj e)
Definition: FLA_Bsvd_francis_v_opt_var1.c:13
Definition: blis_type_defs.h:132
FLA_Error FLA_Bsvd_francis_v_opd_var1(int m_A, double shift, dcomplex *buff_g, int inc_g, dcomplex *buff_h, int inc_h, double *buff_d, int inc_d, double *buff_e, int inc_e)
Definition: FLA_Bsvd_francis_v_opt_var1.c:261
Definition: blis_type_defs.h:137