aimstil
5.0.5
|
Linear mapping of a container. More...
#include <cathier/minTools.h>
Public Types | |
typedef detail::linear_map_base< T, C > | Base |
typedef Base::Container | Container |
![]() | |
typedef C< T > | Container |
Public Member Functions | |
T | operator[] (std::size_t i) |
linear_map (Container &data) | |
![]() | |
linear_map_base (Container &data) | |
Container & | get () |
Container const & | get () const |
Linear mapping of a container.
Useful for optimization Note that this should not be the only way to pass arguments. E.g one could imagine to minimize on a vector and a matrix and thus needing help for mapping even though their is no outer container.
Definition at line 799 of file minTools.h.
typedef detail::linear_map_base<T,C> til::linear_map< T, C >::Base |
Definition at line 803 of file minTools.h.
typedef Base::Container til::linear_map< T, C >::Container |
Definition at line 804 of file minTools.h.
|
inline |
Definition at line 808 of file minTools.h.
|
inline |
Definition at line 806 of file minTools.h.