Chi-Tech
function_lua_dimA_to_dimB.h
Go to the documentation of this file.
1#ifndef CHITECH_FUNCTION_LUA_DIMA_TO_DIMB_H
2#define CHITECH_FUNCTION_LUA_DIMA_TO_DIMB_H
3
5
7{
8
10{
11private:
12 const std::string lua_function_name_;
13public:
15
16 explicit LuaDimAToDimB(const chi::InputParameters& params);
17
18 std::vector<double>
19 Evaluate(const std::vector<double>& vals) const override;
20
21 bool HasSlope() const override {return false;}
22 bool HasCurvature() const override {return false;}
23};
24
25}
26
27#endif // CHITECH_FUNCTION_LUA_DIMA_TO_DIMB_H
std::vector< double > Evaluate(const std::vector< double > &vals) const override
static chi::InputParameters GetInputParameters()
LuaDimAToDimB(const chi::InputParameters &params)