|
CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <custom_position.hpp>

Public Member Functions | |
| template<class VectorSize > | |
| CustomPosition (size_t m, size_t n, const VectorSize &rows, const VectorSize &cols) | |
| template<class VectorSet > | |
| CustomPosition (size_t m, size_t n, const VectorSet &elements) | |
| bool | isFilterDefined () const |
| bool | isFullDefined () const |
| void | setFullElements (const std::vector< std::set< size_t > > &elements) |
| const std::vector< std::set< size_t > > & | getFullElements () const |
| void | filter (CppAD::vector< std::set< size_t > > &sparsity) const |
| void | filter (std::vector< std::set< size_t > > &sparsity) const |
| void | filter (ArrayView< std::set< size_t > > &sparsity) const |
Useful class for storing matrix indexes
Definition at line 25 of file custom_position.hpp.
|
inline |
Definition at line 34 of file custom_position.hpp.
|
inline |
Definition at line 40 of file custom_position.hpp.
|
inline |
Definition at line 53 of file custom_position.hpp.
Definition at line 95 of file custom_position.hpp.
|
inline |
Definition at line 85 of file custom_position.hpp.
Definition at line 90 of file custom_position.hpp.
|
inline |
Definition at line 81 of file custom_position.hpp.
|
inline |
Definition at line 67 of file custom_position.hpp.
|
inline |
Definition at line 71 of file custom_position.hpp.
|
inline |
Definition at line 75 of file custom_position.hpp.