JKQTPlotter
trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Main Page
Related Pages
Topics
Namespaces
Classes
Loading...
Searching...
No Matches
jkqtmath_precomp.h
1
/* THIS IS a PRECOMILED HEADER-File for JKQTCommon-Lib
2
* it is not intended for external use!
3
*/
4
5
#ifndef jkqtmath_precomp_H
6
#define jkqtmath_precomp_H
7
8
/*
9
Copyright (c) 2008-2024 Jan W. Krieger (<jan@jkrieger.de>)
10
11
12
13
This software is free software: you can redistribute it and/or modify
14
it under the terms of the GNU Lesser General Public License (LGPL) as published by
15
the Free Software Foundation, either version 2.1 of the License, or
16
(at your option) any later version.
17
18
This program is distributed in the hope that it will be useful,
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
GNU Lesser General Public License (LGPL) for more details.
22
23
You should have received a copy of the GNU Lesser General Public License (LGPL)
24
along with this program. If not, see <http://www.gnu.org/licenses/>.
25
*/
26
#ifndef _USE_MATH_DEFINES
27
# define _USE_MATH_DEFINES
28
#endif
29
30
#include <QtGlobal>
31
#include <cfloat>
32
#include <chrono>
33
#include <cmath>
34
#include <forward_list>
35
#include <functional>
36
#include <iomanip>
37
#include <iostream>
38
#include <limits>
39
#include <sstream>
40
#include <sstream>
41
#include <stdexcept>
42
#include <stdint.h>
43
#include <stdio.h>
44
#include <stdlib.h>
45
#include <string.h>
46
#include <string>
47
#include <utility>
48
#include <vector>
49
#include "jkqtmath/jkqtplinalgtools.h"
50
#include "jkqtmath/jkqtpstatbasics.h"
51
#include "jkqtmath/jkqtparraytools.h"
52
#include "jkqtmath/jkqtpalgorithms.h"
53
#include "jkqtcommon/jkqtpmathtools.h"
54
#include "jkqtcommon/jkqtpstringtools.h"
55
#include "jkqtcommon/jkqtpdebuggingtools.h"
56
57
#endif
// jkqtmath_precomp_H
lib
jkqtmath
private
jkqtmath_precomp.h
Generated on Wed Oct 30 2024 21:02:31 for JKQTPlotter by
doxygen
1.9.8