CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
color_symmetric.hpp File Reference

Coloring algorithm for a symmetric sparse matrix. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::local
 

Functions

template<class VectorSet >
void CppAD::local::color_symmetric_colpack (const VectorSet &pattern, CppAD::vector< size_t > &row, CppAD::vector< size_t > &col, CppAD::vector< size_t > &color)
 Colpack algorithm for determining which rows of a symmetric sparse matrix can be computed together. More...
 
template<class VectorSet >
void CppAD::local::color_symmetric_cppad (const VectorSet &pattern, CppAD::vector< size_t > &row, CppAD::vector< size_t > &col, CppAD::vector< size_t > &color)
 CppAD algorithm for determining which rows of a symmetric sparse matrix can be computed together. More...
 

Detailed Description

Coloring algorithm for a symmetric sparse matrix.

Definition in file color_symmetric.hpp.