CppAD: A C++ Algorithmic Differentiation Package  20130918
color_general.hpp File Reference

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

Go to the source code of this file.

Namespaces

namespace  CppAD
 

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


Functions

template<class VectorSet , class VectorSize >
void CppAD::color_general_cppad (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 overlapping values.

Detailed Description

Coloring algorithm for a general sparse matrix.

Definition in file color_general.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines