![]() |
Rosetta
2021.16
|
Take two vector expressions of equal length; returns the value from position i in expression 2 where position i is the position with the largest value in expression 1. More...
#include <DynamicAggregateFunction.hh>

Public Types | |
| typedef VectorFunction2 | parent |
Public Types inherited from protocols::pack_daemon::VectorFunction2 | |
| typedef numeric::expression_parser::BinaryExpression | parent |
| typedef numeric::expression_parser::ExpressionCOP | ExpressionCOP |
| typedef utility::vector1 < core::Size > | ArgIndices |
Public Member Functions | |
| VMaxBy (VectorExpressionCOP ex1, VectorExpressionCOP ex2) | |
| ~VMaxBy () override | |
| core::Real | operator() () const override |
| numeric::expression_parser::ExpressionCOP | differentiate (std::string const &varname) const override |
| std::list< std::string > | active_variables () const override |
Public Member Functions inherited from protocols::pack_daemon::VectorFunction2 | |
| VectorFunction2 (VectorExpressionCOP ex1, VectorExpressionCOP ex2) | |
| ~VectorFunction2 () override | |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::pack_daemon::VectorFunction2 | |
| VectorExpressionCOP | vec_ex1 () const |
| VectorExpressionCOP | vec_ex2 () const |
Take two vector expressions of equal length; returns the value from position i in expression 2 where position i is the position with the largest value in expression 1.
| protocols::pack_daemon::VMaxBy::VMaxBy | ( | VectorExpressionCOP | ex1, |
| VectorExpressionCOP | ex2 | ||
| ) |
|
overridedefault |
|
override |
|
override |
|
override |
1.8.7