CppADCodeGen
2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
This is the complete list of members for CppAD::cg::LangCCustomVariableNameGenerator< Base >, including all inherited members.
depNames_ (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | protected |
generateDependent(size_t index) override (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | inline |
generateIndependent(const OperationNode< Base > &independent, size_t id) override (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | inline |
indepNames_ (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | protected |
isConsecutiveInIndepArray(const OperationNode< Base > &indepFirst, size_t idFirst, const OperationNode< Base > &indepSecond, size_t idSecond) override (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | inline |
isInSameIndependentArray(const OperationNode< Base > &indep1, size_t id1, const OperationNode< Base > &indep2, size_t id2) override (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | inline |
LangCCustomVariableNameGenerator(std::vector< std::string > depNames, std::vector< std::string > indepNames, const std::string &depName="y", const std::string &indepName="x", const std::string &tmpName="v", const std::string &tmpArrayName="array") (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | inline |
~LangCCustomVariableNameGenerator()=default (defined in CppAD::cg::LangCCustomVariableNameGenerator< Base >) | CppAD::cg::LangCCustomVariableNameGenerator< Base > | inlinevirtual |