![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
definition of types in the project and some utiles for types More...
#include <complex>
Go to the source code of this file.
Namespaces | |
namespace | PROJECT_NS |
< http://warp.povusers.org/FunctionParser/fparser.html | |
Macros | |
#define | DEFINE_BIND_UTILS_FOR(T) |
Typedefs | |
using | PROJECT_NS::kids_void = void |
Alias for void type. | |
using | PROJECT_NS::kids_bool = bool |
Alias for bool type. | |
using | PROJECT_NS::kids_int = int |
Alias for integer type. | |
using | PROJECT_NS::kids_bint = int |
Alias for integer type. | |
using | PROJECT_NS::kids_real = double |
Alias for real number type. | |
using | PROJECT_NS::kids_complex = std::complex<double> |
Alias for complex number type. | |
using | PROJECT_NS::kids_str = std::string |
Alias for string type. | |
using | PROJECT_NS::kids_param = Param |
Alias for Param type (to be defined later) | |
using | PROJECT_NS::kids_dataset = DataSet |
Alias for DataSet type (to be defined later) | |
definition of types in the project and some utiles for types
Copyright (c) 2024 Xin He, Liu-GroupThis software is a product of Xin's PhD research conducted by Professor Liu's Group at the College of Chemistry and Molecular Engineering, Peking University. All rights are reserved by Peking University. You should have received a copy of the GNU Lesser General Public License along with this software. If not, see https://www.gnu.org/licenses/lgpl-3.0.en.html
Date | Description |
---|---|
2024-03-29 | Initial version. Added detailed commentary by ChatGPT. |
Definition in file Types.h.