Home | Develop | Download | Contact
Ra.hpp
1/*
2 * Ra.hpp
3 *
4 * Copyright 2018 Fernando Pujaico Rivera <fernando.pujaico.rivera@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 * MA 02110-1301, USA.
20 *
21 */
22
40#ifndef __PDS_RA_HPP__
41#define __PDS_RA_HPP__
42
43
44#include <Pds/RaDefines>
45#include <Pds/RaVectorDouble>
46#include <Pds/RaTools>
47#include <Pds/RaString>
48#include <Pds/RaFile>
49#include <Pds/RaCmd>
50#include <Pds/RaArguments>
51#include <Pds/RaIndices>
52#include <Pds/RaTime>
53
54#include <Pds/RaBmp>
55#include <Pds/RaColor>
56
57#include <Pds/RaMatch>
58#include <Pds/RaProgress>
59
60#include <Pds/Colormap>
61
62#include <Pds/Size> // unsigned int
63#include <Pds/Point2D> // double
64#include <Pds/Shape> // unsigned int
65
66#include <Pds/Position> // unsigned int
67#include <Pds/RegionRect>
68
69#include <Pds/Matrix>
70#include <Pds/MathMatrix>
71#include <Pds/FuncMatrix>
72#include <Pds/FuncMatrixKernel>
73#include <Pds/FuncMatrixRotation>
74
75#include <Pds/FuncOctavePlot>
76
77#include <Pds/Vector>
78#include <Pds/FuncVector>
79#include <Pds/FuncVectorPoly>
80
81#include <Pds/Array>
82#include <Pds/Grid>
83
84#include <Pds/CmdHelp>
85
86#include <Pds/CircBuffer>
87
88#include <Pds/FireflyConf>
89#include <Pds/FuncOptFirefly>
90
91#include <Pds/Line2D>
92#include <Pds/Triangle>
93#include <Pds/Circle>
94#include <Pds/Ellipse>
95#include <Pds/FuncConvexHull>
96
97
98#include <Pds/OptAdam>
99
100
101#include <Pds/FuncMatrixRegressionMse>
102
103#include <Pds/Csv>
104#include <Pds/JsonElement>
105#include <Pds/Json>
106
107
108#include <Pds/AbstractRV>
109#include <Pds/Congruential>
110#include <Pds/Uniform>
111#include <Pds/Normal>
112#include <Pds/Exponential>
113#include <Pds/Rayleigh>
114#include <Pds/Coin>
115
116#include <Pds/FuncMatrixSampleBlock>
117 // ClaseDataTypesGroup
184
185
186 // DataStructVariosAllGroup
192 // end of OptimizationNatureInspiredAllGroup
204 // end of OptimizationMseBasedAllGroup
211
212 // end of OptimizationLearningRateGroup
219 // GeometricFigureGroup
228
229 // ComputationalGeometricGroup
235 // RandomVariableDiscreteAllGroup
246 // RandomVariableContinuumAllGroup
252 // RandomVariableAllGroup
254
255
256
257
258#endif /* __PDS_RA_HPP__ */
259
260

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed