libflame revision_anchor
FLA_Apply_G_rb.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
13 int n_A,
14 float* buff_c, int inc_c,
15 float* buff_s, int inc_s,
16 float* buff_A, int rs_A, int cs_A );
18 int n_A,
19 double* buff_c, int inc_c,
20 double* buff_s, int inc_s,
21 double* buff_A, int rs_A, int cs_A );
23 int n_A,
24 float* buff_c, int inc_c,
25 float* buff_s, int inc_s,
26 scomplex* buff_A, int rs_A, int cs_A );
28 int n_A,
29 double* buff_c, int inc_c,
30 double* buff_s, int inc_s,
31 dcomplex* buff_A, int rs_A, int cs_A );
32
FLA_Error FLA_Apply_G_rb_opd_var1(int m_A, int n_A, double *buff_c, int inc_c, double *buff_s, int inc_s, double *buff_A, int rs_A, int cs_A)
FLA_Error FLA_Apply_G_rb_opt_var1(FLA_Obj c, FLA_Obj s, FLA_Obj A)
FLA_Error FLA_Apply_G_rb_ops_var1(int m_A, int n_A, float *buff_c, int inc_c, float *buff_s, int inc_s, float *buff_A, int rs_A, int cs_A)
FLA_Error FLA_Apply_G_rb_opc_var1(int m_A, int n_A, float *buff_c, int inc_c, float *buff_s, int inc_s, scomplex *buff_A, int rs_A, int cs_A)
FLA_Error FLA_Apply_G_rb_opz_var1(int m_A, int n_A, double *buff_c, int inc_c, double *buff_s, int inc_s, dcomplex *buff_A, int rs_A, int cs_A)
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