File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ // Copyright 2016 Johanni Brea <johannibrea@gmail.com>
2+ //
3+ // This file is part of prospectiveCoding.
4+ //
5+ // prospectiveCoding is free software: you can redistribute it and/or modify it under the
6+ // terms of the GNU General Public License as published by the Free Software
7+ // Foundation, either version 3 of the License, or (at your option) any later
8+ // version.
9+ //
10+ // prospectiveCoding is distributed in the hope that it will be useful, but WITHOUT ANY
11+ // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ // PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License along with
15+ // prospectiveCoding. If not, see http://www.gnu.org/licenses/.
16+ //
117#include <stdio.h>
218#include <time.h>
319#include <gsl/gsl_rng.h>
Original file line number Diff line number Diff line change 1+ // Copyright 2016 Johanni Brea <johannibrea@gmail.com>
2+ //
3+ // This file is part of prospectiveCoding.
4+ //
5+ // prospectiveCoding is free software: you can redistribute it and/or modify it under the
6+ // terms of the GNU General Public License as published by the Free Software
7+ // Foundation, either version 3 of the License, or (at your option) any later
8+ // version.
9+ //
10+ // prospectiveCoding is distributed in the hope that it will be useful, but WITHOUT ANY
11+ // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ // PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License along with
15+ // prospectiveCoding. If not, see http://www.gnu.org/licenses/.
16+ //
117#include <math.h>
218
319// time step for forward Euler integration
Original file line number Diff line number Diff line change 1+ // Copyright 2016 Johanni Brea <johannibrea@gmail.com>
2+ //
3+ // This file is part of prospectiveCoding.
4+ //
5+ // prospectiveCoding is free software: you can redistribute it and/or modify it under the
6+ // terms of the GNU General Public License as published by the Free Software
7+ // Foundation, either version 3 of the License, or (at your option) any later
8+ // version.
9+ //
10+ // prospectiveCoding is distributed in the hope that it will be useful, but WITHOUT ANY
11+ // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ // PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License along with
15+ // prospectiveCoding. If not, see http://www.gnu.org/licenses/.
16+ //
117#include <math.h>
218#include <float.h>
319
Original file line number Diff line number Diff line change 1+ // Copyright 2016 Johanni Brea <johannibrea@gmail.com>
2+ //
3+ // This file is part of prospectiveCoding.
4+ //
5+ // prospectiveCoding is free software: you can redistribute it and/or modify it under the
6+ // terms of the GNU General Public License as published by the Free Software
7+ // Foundation, either version 3 of the License, or (at your option) any later
8+ // version.
9+ //
10+ // prospectiveCoding is distributed in the hope that it will be useful, but WITHOUT ANY
11+ // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ // PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License along with
15+ // prospectiveCoding. If not, see http://www.gnu.org/licenses/.
16+ //
117#include <math.h>
218#include <gsl/gsl_rng.h>
319
Original file line number Diff line number Diff line change 1+ // Copyright 2016 Johanni Brea <johannibrea@gmail.com>
2+ //
3+ // This file is part of prospectiveCoding.
4+ //
5+ // prospectiveCoding is free software: you can redistribute it and/or modify it under the
6+ // terms of the GNU General Public License as published by the Free Software
7+ // Foundation, either version 3 of the License, or (at your option) any later
8+ // version.
9+ //
10+ // prospectiveCoding is distributed in the hope that it will be useful, but WITHOUT ANY
11+ // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ // PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License along with
15+ // prospectiveCoding. If not, see http://www.gnu.org/licenses/.
16+ //
117#include <math.h>
218#include <float.h>
319
Original file line number Diff line number Diff line change 1+ // Copyright 2016 Johanni Brea <johannibrea@gmail.com>
2+ //
3+ // This file is part of prospectiveCoding.
4+ //
5+ // prospectiveCoding is free software: you can redistribute it and/or modify it under the
6+ // terms of the GNU General Public License as published by the Free Software
7+ // Foundation, either version 3 of the License, or (at your option) any later
8+ // version.
9+ //
10+ // prospectiveCoding is distributed in the hope that it will be useful, but WITHOUT ANY
11+ // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ // PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License along with
15+ // prospectiveCoding. If not, see http://www.gnu.org/licenses/.
16+ //
117#include <stdio.h>
218#include <time.h>
319#include <gsl/gsl_vector.h>
Original file line number Diff line number Diff line change 1+ // Copyright 2016 Johanni Brea <johannibrea@gmail.com>
2+ //
3+ // This file is part of prospectiveCoding.
4+ //
5+ // prospectiveCoding is free software: you can redistribute it and/or modify it under the
6+ // terms of the GNU General Public License as published by the Free Software
7+ // Foundation, either version 3 of the License, or (at your option) any later
8+ // version.
9+ //
10+ // prospectiveCoding is distributed in the hope that it will be useful, but WITHOUT ANY
11+ // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ // PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License along with
15+ // prospectiveCoding. If not, see http://www.gnu.org/licenses/.
16+ //
117#include <stdio.h>
218#include <time.h>
319#include <gsl/gsl_rng.h>
You can’t perform that action at this time.
0 commit comments