libflame  revision_anchor
FLA_Apply_G_rb.h
Go to the documentation of this file.
00001 /*
00002 
00003     Copyright (C) 2014, The University of Texas at Austin
00004 
00005     This file is part of libflame and is available under the 3-Clause
00006     BSD license, which can be found in the LICENSE file at the top-level
00007     directory, or at http://opensource.org/licenses/BSD-3-Clause
00008 
00009 */
00010 
00011 FLA_Error FLA_Apply_G_rb_opt_var1( FLA_Obj c, FLA_Obj s, FLA_Obj A );
00012 FLA_Error FLA_Apply_G_rb_ops_var1( int       m_A,
00013                                    int       n_A,
00014                                    float*    buff_c, int inc_c,
00015                                    float*    buff_s, int inc_s,
00016                                    float*    buff_A, int rs_A, int cs_A );
00017 FLA_Error FLA_Apply_G_rb_opd_var1( int       m_A,
00018                                    int       n_A,
00019                                    double*   buff_c, int inc_c,
00020                                    double*   buff_s, int inc_s,
00021                                    double*   buff_A, int rs_A, int cs_A );
00022 FLA_Error FLA_Apply_G_rb_opc_var1( int       m_A,
00023                                    int       n_A,
00024                                    float*    buff_c, int inc_c,
00025                                    float*    buff_s, int inc_s,
00026                                    scomplex* buff_A, int rs_A, int cs_A );
00027 FLA_Error FLA_Apply_G_rb_opz_var1( int       m_A,
00028                                    int       n_A,
00029                                    double*   buff_c, int inc_c,
00030                                    double*   buff_s, int inc_s,
00031                                    dcomplex* buff_A, int rs_A, int cs_A );
00032