![]() |
SOPT
Sparse OPTimisation
|
Expression referencing the result of a function call. More...
#include <wrapper.h>
Inheritance diagram for sopt::details::AppliedFunction< FUNCTION, DERIVED >:
Collaboration diagram for sopt::details::AppliedFunction< FUNCTION, DERIVED >:Public Types | |
| using | PlainObject = typename DERIVED::PlainObject |
| using | Index = typename DERIVED::Index |
Public Member Functions | |
| AppliedFunction (FUNCTION const &func, DERIVED const &x, Index rows) | |
| AppliedFunction (FUNCTION const &func, DERIVED const &x) | |
| AppliedFunction (AppliedFunction const &c) | |
| AppliedFunction (AppliedFunction &&c) | |
| template<typename DESTINATION > | |
| void | evalTo (DESTINATION &destination) const |
| Index | rows () const |
| Index | cols () const |
Expression referencing the result of a function call.
| using sopt::details::AppliedFunction< FUNCTION, DERIVED >::Index = typename DERIVED::Index |
| using sopt::details::AppliedFunction< FUNCTION, DERIVED >::PlainObject = typename DERIVED::PlainObject |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |