|
GiNaC 1.8.10
|
Wrapper template for making GiNaC classes out of C++ structures. More...
#include "ex.h"#include "ncmul.h"#include "numeric.h"#include "operators.h"#include "print.h"#include <functional>Go to the source code of this file.
Classes | |
| class | GiNaC::compare_all_equal< T > |
| Comparison policy: all structures of one type are equal. More... | |
| class | GiNaC::compare_std_less< T > |
| Comparison policy: use std::equal_to/std::less (defaults to operators == and <) to compare structures. More... | |
| class | GiNaC::compare_bitwise< T > |
| Comparison policy: use bit-wise comparison to compare structures. More... | |
| class | GiNaC::structure< T, ComparisonPolicy > |
| Wrapper template for making GiNaC classes out of C++ structures. More... | |
Namespaces | |
| namespace | GiNaC |
Variables | |
| template<class T, template< class > class CP> | |
| registered_class_info | GiNaC::structure< T, CP >::reg_info = registered_class_info(registered_class_options(structure::get_class_name(), "basic", typeid(structure<T, CP>))) |
Wrapper template for making GiNaC classes out of C++ structures.
Definition in file structure.h.