|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
154 void add( int n, const int i[], const Real v[]);
157 void add( int n, const Element e[]);
160 void remove( int n, int m);
165 assert(n < size() && n >= 0);
195 return int( m_elem[ -1].val);
236 assert(n >= 0 && n < max());
243 assert(n >= 0 && n < size());
250 assert(n >= 0 && n < size());
257 assert(n >= 0 && n < size());
264 assert(n >= 0 && n < size());
271 assert(n >= 0 && n < size());
400 assert(vec. dim() <= dim());
402 for( int i = vec. size() - 1; i >= 0; --i)
409 #endif // _SVECTOR_H_
|