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

Coloring algorithm for a general 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 , class VectorSize >
void CppAD::local::color_general_cppad (const VectorSet &pattern, const VectorSize &row, const VectorSize &col, CppAD::vector< size_t > &color)
 Determine which rows of a general sparse matrix can be computed together; i.e., do not have non-zero entries with the same column index. More...
 

Detailed Description

Coloring algorithm for a general sparse matrix.

Definition in file color_general.hpp.