libflame  revision_anchor
FLA_Lyap_h.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 #include "FLAME.h"
12 
17 
22 
25  float* buff_sgn,
26  float* buff_A, int rs_A, int cs_A,
27  float* buff_W, int rs_W, int cs_W,
28  float* buff_C, int rs_C, int cs_C );
30  double* buff_sgn,
31  double* buff_A, int rs_A, int cs_A,
32  double* buff_W, int rs_W, int cs_W,
33  double* buff_C, int rs_C, int cs_C );
35  scomplex* buff_sgn,
36  scomplex* buff_A, int rs_A, int cs_A,
37  scomplex* buff_W, int rs_W, int cs_W,
38  scomplex* buff_C, int rs_C, int cs_C );
40  dcomplex* buff_sgn,
41  dcomplex* buff_A, int rs_A, int cs_A,
42  dcomplex* buff_W, int rs_W, int cs_W,
43  dcomplex* buff_C, int rs_C, int cs_C );
44 
47  float* buff_sgn,
48  float* buff_A, int rs_A, int cs_A,
49  float* buff_W, int rs_W, int cs_W,
50  float* buff_C, int rs_C, int cs_C );
52  double* buff_sgn,
53  double* buff_A, int rs_A, int cs_A,
54  double* buff_W, int rs_W, int cs_W,
55  double* buff_C, int rs_C, int cs_C );
57  scomplex* buff_sgn,
58  scomplex* buff_A, int rs_A, int cs_A,
59  scomplex* buff_W, int rs_W, int cs_W,
60  scomplex* buff_C, int rs_C, int cs_C );
62  dcomplex* buff_sgn,
63  dcomplex* buff_A, int rs_A, int cs_A,
64  dcomplex* buff_W, int rs_W, int cs_W,
65  dcomplex* buff_C, int rs_C, int cs_C );
66 
69  float* buff_sgn,
70  float* buff_A, int rs_A, int cs_A,
71  float* buff_W, int rs_W, int cs_W,
72  float* buff_C, int rs_C, int cs_C );
74  double* buff_sgn,
75  double* buff_A, int rs_A, int cs_A,
76  double* buff_W, int rs_W, int cs_W,
77  double* buff_C, int rs_C, int cs_C );
79  scomplex* buff_sgn,
80  scomplex* buff_A, int rs_A, int cs_A,
81  scomplex* buff_W, int rs_W, int cs_W,
82  scomplex* buff_C, int rs_C, int cs_C );
84  dcomplex* buff_sgn,
85  dcomplex* buff_A, int rs_A, int cs_A,
86  dcomplex* buff_W, int rs_W, int cs_W,
87  dcomplex* buff_C, int rs_C, int cs_C );
88 
91  float* buff_sgn,
92  float* buff_A, int rs_A, int cs_A,
93  float* buff_W, int rs_W, int cs_W,
94  float* buff_C, int rs_C, int cs_C );
96  double* buff_sgn,
97  double* buff_A, int rs_A, int cs_A,
98  double* buff_W, int rs_W, int cs_W,
99  double* buff_C, int rs_C, int cs_C );
101  scomplex* buff_sgn,
102  scomplex* buff_A, int rs_A, int cs_A,
103  scomplex* buff_W, int rs_W, int cs_W,
104  scomplex* buff_C, int rs_C, int cs_C );
106  dcomplex* buff_sgn,
107  dcomplex* buff_A, int rs_A, int cs_A,
108  dcomplex* buff_W, int rs_W, int cs_W,
109  dcomplex* buff_C, int rs_C, int cs_C );
FLA_Error FLA_Lyap_h_opd_var4(int m_AC, double *buff_sgn, double *buff_A, int rs_A, int cs_A, double *buff_W, int rs_W, int cs_W, double *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var4.c:201
FLA_Error FLA_Lyap_h_opt_var4(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_opt_var4.c:13
FLA_Error FLA_Lyap_h_opd_var1(int m_AC, double *buff_sgn, double *buff_A, int rs_A, int cs_A, double *buff_W, int rs_W, int cs_W, double *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var1.c:204
FLA_Error FLA_Lyap_h_opz_var2(int m_AC, dcomplex *buff_sgn, dcomplex *buff_A, int rs_A, int cs_A, dcomplex *buff_W, int rs_W, int cs_W, dcomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var2.c:456
FLA_Error FLA_Lyap_h_blk_var3(FLA_Obj isgn, FLA_Obj A, FLA_Obj C, FLA_Obj scale, fla_lyap_t *cntl)
Definition: FLA_Lyap_h_blk_var3.c:13
FLA_Error FLA_Lyap_h_opt_var1(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_opt_var1.c:13
FLA_Error FLA_Lyap_h_unb_var2(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_unb_var2.c:13
FLA_Error FLA_Lyap_h_unb_var4(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_unb_var4.c:13
FLA_Error FLA_Lyap_h_opd_var2(int m_AC, double *buff_sgn, double *buff_A, int rs_A, int cs_A, double *buff_W, int rs_W, int cs_W, double *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var2.c:226
FLA_Error FLA_Lyap_h_opz_var1(int m_AC, dcomplex *buff_sgn, dcomplex *buff_A, int rs_A, int cs_A, dcomplex *buff_W, int rs_W, int cs_W, dcomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var1.c:390
FLA_Error FLA_Lyap_h_opz_var3(int m_AC, dcomplex *buff_sgn, dcomplex *buff_A, int rs_A, int cs_A, dcomplex *buff_W, int rs_W, int cs_W, dcomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var3.c:459
FLA_Error FLA_Lyap_h_blk_var1(FLA_Obj isgn, FLA_Obj A, FLA_Obj C, FLA_Obj scale, fla_lyap_t *cntl)
Definition: FLA_Lyap_h_blk_var1.c:13
FLA_Error FLA_Lyap_h_ops_var1(int m_AC, float *buff_sgn, float *buff_A, int rs_A, int cs_A, float *buff_W, int rs_W, int cs_W, float *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var1.c:111
FLA_Error FLA_Lyap_h_blk_var4(FLA_Obj isgn, FLA_Obj A, FLA_Obj C, FLA_Obj scale, fla_lyap_t *cntl)
Definition: FLA_Lyap_h_blk_var4.c:13
FLA_Error FLA_Lyap_h_ops_var2(int m_AC, float *buff_sgn, float *buff_A, int rs_A, int cs_A, float *buff_W, int rs_W, int cs_W, float *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var2.c:111
FLA_Error FLA_Lyap_h_opt_var3(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_opt_var3.c:13
FLA_Error FLA_Lyap_h_opc_var3(int m_AC, scomplex *buff_sgn, scomplex *buff_A, int rs_A, int cs_A, scomplex *buff_W, int rs_W, int cs_W, scomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var3.c:343
FLA_Error FLA_Lyap_h_opz_var4(int m_AC, dcomplex *buff_sgn, dcomplex *buff_A, int rs_A, int cs_A, dcomplex *buff_W, int rs_W, int cs_W, dcomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var4.c:381
FLA_Error FLA_Lyap_h_opt_var2(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_opt_var2.c:13
FLA_Error FLA_Lyap_h_opc_var1(int m_AC, scomplex *buff_sgn, scomplex *buff_A, int rs_A, int cs_A, scomplex *buff_W, int rs_W, int cs_W, scomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var1.c:297
FLA_Error FLA_Lyap_h_ops_var3(int m_AC, float *buff_sgn, float *buff_A, int rs_A, int cs_A, float *buff_W, int rs_W, int cs_W, float *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var3.c:111
FLA_Error FLA_Lyap_h_opc_var2(int m_AC, scomplex *buff_sgn, scomplex *buff_A, int rs_A, int cs_A, scomplex *buff_W, int rs_W, int cs_W, scomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var2.c:341
FLA_Error FLA_Lyap_h_opc_var4(int m_AC, scomplex *buff_sgn, scomplex *buff_A, int rs_A, int cs_A, scomplex *buff_W, int rs_W, int cs_W, scomplex *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var4.c:291
FLA_Error FLA_Lyap_h_opd_var3(int m_AC, double *buff_sgn, double *buff_A, int rs_A, int cs_A, double *buff_W, int rs_W, int cs_W, double *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var3.c:227
FLA_Error FLA_Lyap_h_unb_var1(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_unb_var1.c:13
FLA_Error FLA_Lyap_h_unb_var3(FLA_Obj isgn, FLA_Obj A, FLA_Obj C)
Definition: FLA_Lyap_h_unb_var3.c:13
FLA_Error FLA_Lyap_h_blk_var2(FLA_Obj isgn, FLA_Obj A, FLA_Obj C, FLA_Obj scale, fla_lyap_t *cntl)
Definition: FLA_Lyap_h_blk_var2.c:13
FLA_Error FLA_Lyap_h_ops_var4(int m_AC, float *buff_sgn, float *buff_A, int rs_A, int cs_A, float *buff_W, int rs_W, int cs_W, float *buff_C, int rs_C, int cs_C)
Definition: FLA_Lyap_h_opt_var4.c:111
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:159
Definition: blis_type_defs.h:138
Definition: FLA_Cntl_lapack.h:183
Definition: blis_type_defs.h:133