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

File used to implement the CppAD index sort utility. More...

Go to the source code of this file.

Classes

class  CppAD::index_sort_element< Compare >
 Helper class used by index_sort. More...

Namespaces

namespace  CppAD
 

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


Functions

template<class VectorKey , class VectorSize >
void CppAD::index_sort (const VectorKey &keys, VectorSize &ind)
 Compute the indices that sort a vector of keys.

Detailed Description

File used to implement the CppAD index sort utility.

Definition in file index_sort.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines