TaoIndexSet Methods Manual Pages

TAO uses a class called TaoIndexSet to describe parts of vectors and matrices. These objects will be used to identify particular elements of a vector or rows of a matrix. Some solvers, for instance, may want to know which elements of a vector are positive. An index set should be able to describe which elements of the vector satisfy this property. This class has methods which can be used within an optimization solver or application code. These methods are virtual functions whose implementation depends upon upon the internal representation of the data.

Beginner - Basic usage
TaoIndexSetDestroy
Intermediate - Setting options for algorithms and data structures
ComplementOf IsSame WhichBetweenOrEqual
Duplicate UnionOf WhichEqual
GetSize View
IntersectionOf WhichBetween
No advanced routines
No developer routines

Table of Contents