|
1 | | -# |
2 | | -# examples.py |
| 1 | +# Copyright 2010 Enrico Avventi <[email protected]> |
3 | 2 | # |
4 | | -# Copyright 2010 Enrico Avventi <[email protected]> |
| 3 | +# This program is free software; you can redistribute it and/or modify |
| 4 | +# it under the terms of the GNU General Public License version 2 as |
| 5 | +# published by the Free Software Foundation. |
5 | 6 | # |
6 | | -# This program is free software; you can redistribute it and/or modify |
7 | | -# it under the terms of the GNU General Public License version 2 as |
8 | | -# published by the Free Software Foundation. |
| 7 | +# This program is distributed in the hope that it will be useful, |
| 8 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | +# GNU General Public License for more details. |
9 | 11 | # |
10 | | -# This program is distributed in the hope that it will be useful, |
11 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | | -# GNU General Public License for more details. |
14 | | -# |
15 | | -# You should have received a copy of the GNU General Public License |
16 | | -# along with this program; if not, write to the Free Software |
17 | | -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
18 | | -# MA 02110-1301, USA. |
| 12 | +# You should have received a copy of the GNU General Public License |
| 13 | +# along with this program; if not, write to the Free Software |
| 14 | +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 15 | +# MA 02110-1301, USA. |
| 16 | + |
19 | 17 | from numpy import array, ones |
20 | 18 | import slycot |
21 | 19 |
|
|
0 commit comments