|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
27 assert(v. dim() == w. dim());
29 for ( int i = 0; i < res.dim(); ++i)
44 for ( int i = 0; i < res.dim(); ++i)
51 assert(v. dim() == w. dim());
53 for ( int i = 0; i < res.dim(); ++i)
75 for ( int i = 0; i < res.dim(); ++i)
82 assert(newsize >= dim());
92 assert(newsize >= newdim);
108 for ( int i = dimen; i < newdim; i++)
119 while (s.get(c).good())
120 if (c != ' ' && c != '\t' && c != '\n')
130 if (i >= vec. dim() - 1)
133 while (s.get(c).good())
134 if (c != ' ' && c != '\t' && c != '\n')
194 memsize = (p_dim > 0) ? p_dim : 4;
214 #ifdef ENABLE_CONSISTENCY_CHECKS
|