|
oILAB
|
#include <Function.h>
Inheritance diagram for gbLAB::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 gbLAB::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 gbLAB::Function< Shift< T, Scalar >, Scalar > | |
| double | domainSize |
Definition at line 51 of file Function.h.
| gbLAB::Shift< T, Scalar >::Shift | ( | const Eigen::Vector< double, Eigen::Dynamic > & | t, |
| const Function< T, Scalar > & | fun | ||
| ) |
Definition at line 82 of file FunctionImplementation.h.
| Scalar gbLAB::Shift< T, Scalar >::operator() | ( | const Eigen::Vector< double, Eigen::Dynamic > & | y | ) | const |
Definition at line 88 of file FunctionImplementation.h.
| const Function<T,Scalar>& gbLAB::Shift< T, Scalar >::fun |
Definition at line 54 of file Function.h.
| Eigen::Vector<double,Eigen::Dynamic> gbLAB::Shift< T, Scalar >::t |
Definition at line 55 of file Function.h.