ConstrainedOptPack: C++ Tools for Constrained (and Unconstrained) Optimization  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T > Class Template Reference

Utility class for a ranged check vector. More...

#include <ConstrainedOptPack_QPSchur.hpp>

Inherits vector< T >.

Public Member Functions

T & operator() (typename this_t::size_type i)
 one based indexing More...
 
operator() (typename this_t::size_type i) const
 one based indexing More...
 

Detailed Description

template<class T>
class ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T >

Utility class for a ranged check vector.

Definition at line 69 of file ConstrainedOptPack_QPSchur.hpp.

Member Function Documentation

template<class T >
T& ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T >::operator() ( typename this_t::size_type  i)
inline

one based indexing

Definition at line 74 of file ConstrainedOptPack_QPSchur.hpp.

template<class T >
T ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T >::operator() ( typename this_t::size_type  i) const
inline

one based indexing

Definition at line 83 of file ConstrainedOptPack_QPSchur.hpp.


The documentation for this class was generated from the following file: