libflame
revision_anchor
|
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 #include "FLAME.h" 00012 00013 FLA_Error FLA_Apply_H2_UT_r_unb_var1( FLA_Obj tau, FLA_Obj u2h, 00014 FLA_Obj a1, FLA_Obj A2 ); 00015 00016 FLA_Error FLA_Apply_H2_UT_r_opt_var1( FLA_Obj tau, FLA_Obj u2h, 00017 FLA_Obj a1, FLA_Obj A2 ); 00018 00019 FLA_Error FLA_Apply_H2_UT_r_ops_var1( int n_u2h_A2, 00020 int m_a1, 00021 float* tau, 00022 float* u2h, int inc_u2h, 00023 float* a1, int inc_a1, 00024 float* A2, int rs_A2, int cs_A2 ); 00025 00026 FLA_Error FLA_Apply_H2_UT_r_opd_var1( int n_u2h_A2, 00027 int m_a1, 00028 double* tau, 00029 double* u2h, int inc_u2h, 00030 double* a1, int inc_a1, 00031 double* A2, int rs_A2, int cs_A2 ); 00032 00033 FLA_Error FLA_Apply_H2_UT_r_opc_var1( int n_u2h_A2, 00034 int m_a1, 00035 scomplex* tau, 00036 scomplex* u2h, int inc_u2h, 00037 scomplex* a1, int inc_a1, 00038 scomplex* A2, int rs_A2, int cs_A2 ); 00039 00040 FLA_Error FLA_Apply_H2_UT_r_opz_var1( int n_u2h_A2, 00041 int m_a1, 00042 dcomplex* tau, 00043 dcomplex* u2h, int inc_u2h, 00044 dcomplex* a1, int inc_a1, 00045 dcomplex* A2, int rs_A2, int cs_A2 ); 00046