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_l_unb_var1( FLA_Obj tau, FLA_Obj u2, FLA_Obj a1t, 00014 FLA_Obj A2 ); 00015 00016 FLA_Error FLA_Apply_H2_UT_l_opt_var1( FLA_Obj tau, FLA_Obj u2, FLA_Obj a1t, 00017 FLA_Obj A2 ); 00018 00019 FLA_Error FLA_Apply_H2_UT_l_ops_var1( int m_u2_A2, 00020 int n_a1t, 00021 float* tau, 00022 float* u2, int inc_u2, 00023 float* a1t, int inc_a1t, 00024 float* A2, int rs_A2, int cs_A2 ); 00025 00026 FLA_Error FLA_Apply_H2_UT_l_opd_var1( int m_u2_A2, 00027 int n_a1t, 00028 double* tau, 00029 double* u2, int inc_u2, 00030 double* a1t, int inc_a1t, 00031 double* A2, int rs_A2, int cs_A2 ); 00032 00033 FLA_Error FLA_Apply_H2_UT_l_opc_var1( int m_u2_A2, 00034 int n_a1t, 00035 scomplex* tau, 00036 scomplex* u2, int inc_u2, 00037 scomplex* a1t, int inc_a1t, 00038 scomplex* A2, int rs_A2, int cs_A2 ); 00039 00040 FLA_Error FLA_Apply_H2_UT_l_opz_var1( int m_u2_A2, 00041 int n_a1t, 00042 dcomplex* tau, 00043 dcomplex* u2, int inc_u2, 00044 dcomplex* a1t, int inc_a1t, 00045 dcomplex* A2, int rs_A2, int cs_A2 ); 00046