CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CppAD::local::internal_sparsity< Element_type > Struct Template Reference

Template structure used obtain the internal sparsity pattern type form the corresponding element type. More...

Detailed Description

template<class Element_type>
struct CppAD::local::internal_sparsity< Element_type >

Template structure used obtain the internal sparsity pattern type form the corresponding element type.

The general form is not valid, must use a specialization.

Template Parameters
Element_typetype of an element in the sparsity structrue.
internal_sparsity::pattern_type
is the type of the corresponding internal sparsity pattern.

Definition at line 39 of file sparse_internal.hpp.


The documentation for this struct was generated from the following file: