Evaluation12.hpp
Go to the documentation of this file.
Representation of an evaluation of a function and its derivatives w.r.t. a set of variables in the lo... A number of commonly used algebraic functions for the localized OPM automatic differentiation (AD) fr... Some templates to wrap the valgrind client request macros. Evaluation operator*(const Evaluation &other) const Definition: Evaluation12.hpp:488 bool operator>(const Evaluation &other) const Definition: Evaluation12.hpp:569 void clearDerivatives() Definition: Evaluation12.hpp:131 Evaluation & operator=(const Evaluation &other)=default const ValueType & value() const Definition: Evaluation12.hpp:610 bool operator==(const Evaluation &other) const Definition: Evaluation12.hpp:546 static Evaluation createVariable(const Evaluation &, const RhsValueType &value, int varPos) Definition: Evaluation12.hpp:188 static Evaluation createConstant(int nVars, const RhsValueType &value) Definition: Evaluation12.hpp:199 void setValue(const RhsValueType &val) Definition: Evaluation12.hpp:615 Evaluation & operator-=(const RhsValueType &other) Definition: Evaluation12.hpp:311 Evaluation & operator*=(const Evaluation &other) Definition: Evaluation12.hpp:320 bool operator>=(const Evaluation &other) const Definition: Evaluation12.hpp:591 Evaluation operator-(const Evaluation &other) const Definition: Evaluation12.hpp:443 ValueT ValueType field type Definition: Evaluation12.hpp:58 Evaluation operator+(const Evaluation &other) const Definition: Evaluation12.hpp:420 bool operator>(RhsValueType other) const Definition: Evaluation12.hpp:566 Evaluation(const RhsValueType &c) Definition: Evaluation12.hpp:104 static Evaluation createVariable(const RhsValueType &value, int varPos) Definition: Evaluation12.hpp:168 bool operator<(const Evaluation &other) const Definition: Evaluation12.hpp:580 static Evaluation createConstant(const Evaluation &, const RhsValueType &value) Definition: Evaluation12.hpp:218 constexpr int dstart_() const start index for derivatives Definition: Evaluation12.hpp:74 bool operator<=(const Evaluation &other) const Definition: Evaluation12.hpp:602 Evaluation & operator-=(const Evaluation &other) Definition: Evaluation12.hpp:288 constexpr int dend_() const end+1 index for derivatives Definition: Evaluation12.hpp:77 Evaluation operator+(const RhsValueType &other) const Definition: Evaluation12.hpp:433 Evaluation(const RhsValueType &c, int varPos) Definition: Evaluation12.hpp:117 Evaluation operator-() const Definition: Evaluation12.hpp:466 constexpr int size() const number of derivatives Definition: Evaluation12.hpp:61 static Evaluation createConstantZero(const Evaluation &) Definition: Evaluation12.hpp:159 const ValueType & derivative(int varIdx) const Definition: Evaluation12.hpp:619 Evaluation operator-(const RhsValueType &other) const Definition: Evaluation12.hpp:456 static Evaluation createConstantOne(const Evaluation &) Definition: Evaluation12.hpp:163 constexpr int length_() const length of internal data vector Definition: Evaluation12.hpp:66 Evaluation & operator/=(const Evaluation &other) Definition: Evaluation12.hpp:371 static Evaluation createConstant(const RhsValueType &value) Definition: Evaluation12.hpp:210 void copyDerivatives(const Evaluation &other) Definition: Evaluation12.hpp:236 bool operator<=(RhsValueType other) const Definition: Evaluation12.hpp:599 bool operator!=(const RhsValueType &other) const Definition: Evaluation12.hpp:562 void checkDefined_() const Definition: Evaluation12.hpp:82 Evaluation & operator+=(const RhsValueType &other) Definition: Evaluation12.hpp:279 static Evaluation createVariable(int nVars, const RhsValueType &value, int varPos) Definition: Evaluation12.hpp:176 bool operator!=(const Evaluation &other) const Definition: Evaluation12.hpp:558 Evaluation(const Evaluation &other)=default copy other function evaluation bool operator==(const RhsValueType &other) const Definition: Evaluation12.hpp:543 Evaluation operator/(const RhsValueType &other) const Definition: Evaluation12.hpp:521 void print(std::ostream &os=std::cout) const Definition: Evaluation12.hpp:224 bool operator>=(RhsValueType other) const Definition: Evaluation12.hpp:588 Evaluation & operator*=(const RhsValueType &other) Definition: Evaluation12.hpp:351 Evaluation operator*(const RhsValueType &other) const Definition: Evaluation12.hpp:500 Evaluation() default constructor Definition: Evaluation12.hpp:92 Evaluation & operator=(const RhsValueType &other) Definition: Evaluation12.hpp:531 Evaluation operator/(const Evaluation &other) const Definition: Evaluation12.hpp:509 bool operator<(RhsValueType other) const Definition: Evaluation12.hpp:577 static Evaluation createBlank(const Evaluation &) Definition: Evaluation12.hpp:155 Evaluation & operator/=(const RhsValueType &other) Definition: Evaluation12.hpp:398 Evaluation & operator+=(const Evaluation &other) Definition: Evaluation12.hpp:256 constexpr int valuepos_() const position index for value Definition: Evaluation12.hpp:71 void setDerivative(int varIdx, const ValueType &derVal) Definition: Evaluation12.hpp:627 Represents a function evaluation and its derivatives w.r.t. a fixed set of variables. Definition: Evaluation.hpp:59 const ValueType & derivative(int varIdx) const Definition: Evaluation.hpp:536 constexpr int size() const number of derivatives Definition: Evaluation.hpp:69 constexpr int valuepos_() const position index for value Definition: Evaluation.hpp:79 void setValue(const RhsValueType &val) Definition: Evaluation.hpp:532 bool operator==(const RhsValueType &other) const Definition: Evaluation.hpp:460 constexpr int length_() const length of internal data vector Definition: Evaluation.hpp:74 constexpr int dstart_() const start index for derivatives Definition: Evaluation.hpp:82 bool CheckDefined(const T &value) Make valgrind complain if any of the memory occupied by an object is undefined. Definition: Valgrind.hpp:74 Definition: Air_Mesitylene.hpp:34 |