DryChem
1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
math.hpp
Go to the documentation of this file.
1
// Copyright (c) 2020-2025 Cody R. Drisko. All rights reserved.
2
// Licensed under the MIT License. See the LICENSE file in the project root for more information.
3
//
4
// Name: math.hpp
5
// Author: crdrisko - Version 1.0.0
6
// Date: 10/07/2020-11:51:14
7
// Description: The public API for the Math section of the Common-Utilities library.
8
// This header file should be included in all user programs using these utilities.
9
//
10
// Note: The internal implementation details associated with this API should not be used in any
11
// user program as they are subject to change at any time without warning.
12
13
#ifndef DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_MATH_HPP
14
#define DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_MATH_HPP
15
16
#include "
math/calculus/differentiation.hpp
"
17
#include "
math/calculus/integration.hpp
"
18
#include "
math/containers/vector3D.hpp
"
19
#include "
math/statistics/linearLeastSquaresFitting.hpp
"
20
#include "
math/statistics/quadraticLeastSquaresFitting.hpp
"
21
#include "
math/statistics/statistics.hpp
"
22
#include "
math/utils/basicMath.hpp
"
23
#include "
math/utils/mathExceptions.hpp
"
24
26
namespace
DryChem
27
{
28
inline
namespace
CppUtils
29
{
30
inline
namespace
Math
31
{
32
using namespace
::CppUtils::Math;
33
}
34
}
// namespace CppUtils
35
}
// namespace DryChem
36
37
#endif
basicMath.hpp
differentiation.hpp
integration.hpp
linearLeastSquaresFitting.hpp
mathExceptions.hpp
DryChem
Allow for a shorter namespace name for less using statements.
Definition
errors.hpp:23
quadraticLeastSquaresFitting.hpp
statistics.hpp
vector3D.hpp
common-utilities
include
common-utils
math.hpp
Generated on Thu Feb 13 2025 11:55:13 for DryChem by
1.13.2