#include <Rythmos_ResponseAndFwdSensPoint.hpp>
Public Member Functions | |
| ResponseAndFwdSensPoint () | |
| | |
| ResponseAndFwdSensPoint (const Scalar &t, const RCP< const Thyra::VectorBase< Scalar > > &g, const RCP< const Thyra::MultiVectorBase< Scalar > > &DgDp) | |
| | |
| Scalar | t () const |
| | |
| const RCP< const Thyra::VectorBase< Scalar > > | g () const |
| | |
| const RCP< const Thyra::MultiVectorBase< Scalar > > | DgDp () const |
| | |
NOTE: Compiler-generated copy constructor and assignment operator functions are allowed and implement shallow copy.
Definition at line 48 of file Rythmos_ResponseAndFwdSensPoint.hpp.
| Rythmos::ResponseAndFwdSensPoint< Scalar >::ResponseAndFwdSensPoint | ( | ) | [inline] |
| Rythmos::ResponseAndFwdSensPoint< Scalar >::ResponseAndFwdSensPoint | ( | const Scalar & | t, | |
| const RCP< const Thyra::VectorBase< Scalar > > & | g, | |||
| const RCP< const Thyra::MultiVectorBase< Scalar > > & | DgDp | |||
| ) | [inline] |
| Scalar Rythmos::ResponseAndFwdSensPoint< Scalar >::t | ( | ) | const [inline] |
| const RCP<const Thyra::VectorBase<Scalar> > Rythmos::ResponseAndFwdSensPoint< Scalar >::g | ( | ) | const [inline] |
| const RCP<const Thyra::MultiVectorBase<Scalar> > Rythmos::ResponseAndFwdSensPoint< Scalar >::DgDp | ( | ) | const [inline] |
1.4.7