|
oILAB
|
#include <Function.h>
Inheritance diagram for oILAB::Shift< T, Scalar >:Public Member Functions | |
| Shift (const Eigen::Vector< double, Eigen::Dynamic > &t, const Function< T, Scalar > &fun) | |
| Scalar | operator() (const Eigen::Vector< double, Eigen::Dynamic > &y) const |
Public Member Functions inherited from oILAB::Function< Shift< T, Scalar >, Scalar > | |
| Function (double _domainSize=std::numeric_limits< double >::infinity()) | |
| Scalar | operator() (const Eigen::Vector< double, Eigen::Dynamic > &vec) const |
Data Fields | |
| const Function< T, Scalar > & | fun |
| Eigen::Vector< double, Eigen::Dynamic > | t |
Data Fields inherited from oILAB::Function< Shift< T, Scalar >, Scalar > | |
| double | domainSize |
Definition at line 52 of file Function.h.
| oILAB::Shift< T, Scalar >::Shift | ( | const Eigen::Vector< double, Eigen::Dynamic > & | t, |
| const Function< T, Scalar > & | fun | ||
| ) |
Definition at line 80 of file FunctionImplementation.h.
| Scalar oILAB::Shift< T, Scalar >::operator() | ( | const Eigen::Vector< double, Eigen::Dynamic > & | y | ) | const |
Definition at line 86 of file FunctionImplementation.h.
| const Function<T,Scalar>& oILAB::Shift< T, Scalar >::fun |
Definition at line 55 of file Function.h.
| Eigen::Vector<double,Eigen::Dynamic> oILAB::Shift< T, Scalar >::t |
Definition at line 56 of file Function.h.