![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include "kids/RuleEvaluator.h"#include <iostream>#include <regex>#include <string>#include <vector>#include "kids/Einsum.h"#include "kids/Expression.h"#include "kids/debug_utils.h"
Go to the source code of this file.
Namespaces | |
| namespace | PROJECT_NS |
| < http://warp.povusers.org/FunctionParser/fparser.html | |
Functions | |
| template<typename T , typename Tout > | |
| void | PROJECT_NS::einsum_fun (EinsumHelper &EH, Expression< T > &FP, const std::vector< void * > &data_inputs, const std::vector< kids_dtype > &data_idtype, Tout *data_output) |
| custumized einsum-like function operation | |