must be const.
More...
#include <jacobian_matrix_adaptor.hpp>
|
|
typedef std::size_t | size_type |
| |
|
typedef double | value_type |
| |
|
typedef std::ptrdiff_t | difference_type |
| |
|
typedef const self_type | const_closure_type |
| |
|
typedef ConstMatrixIterator< self_type > | const_iterator1 |
| |
|
typedef ConstMatrixIterator< self_type > | const_iterator2 |
| |
|
typedef boost::numeric::ublas::unknown_orientation_tag | orientation_category |
| |
|
|
| jacobian_matrix_adaptor (const E &e) |
| |
| size_type | size1 () const |
| | row size. More...
|
| |
| size_type | size2 () const |
| | col size. Currently, we assume _e is vecor. More...
|
| |
| const double | operator() (size_type i, size_type j) const |
| |
|
|
expression_const_closure_type | _e |
| |
template<typename E>
class algo::ad::jacobian_matrix_adaptor< E >
must be const.
- Template Parameters
-
| T | T shoud be ublas::vector_expression<dual_expression<E>> |
col size. Currently, we assume _e is vecor.
- Returns
The documentation for this class was generated from the following file: