|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
261 Real* vec2, int* ridx2, int* rn2ptr, Real eps2);
264 Real* vec2, int* ridx2, int* rn2ptr, Real eps2,
265 Real* vec3, int* ridx3, int* rn3ptr, Real eps3);
272 Real* vec2, Real* rhs2, int* ridx2, int rn2, Real eps2);
308 void setPivot( const int p_stage, const int p_col, const int p_row, const Real val);
384 Real* forest, int* forestNum, int* forestIdx);
389 Real* rhs2, int* nonz, Real eps, Real* forest, int* forestNum, int* forestIdx);
403 Real* rhs, int* ridx, int rn,
404 Real* forest, int* forestNum, int* forestIdx);
408 Real* rhs, int* ridx, int rn,
410 Real* rhs2, int* ridx2, int rn2,
411 Real* forest, int* forestNum, int* forestIdx);
415 Real* rhs, int* ridx, int rn,
417 Real* rhs2, int* ridx2, int rn2,
419 Real* rhs3, int* ridx3, int rn3,
420 Real* forest, int* forestNum, int* forestIdx);
423 Real* rhs2, int* ridx2, int rn2);
427 Real* rhs, int* ridx, int rn);
431 Real* rhs, int* ridx, int rn);
435 Real* rhs, int* ridx, int rn,
437 Real* rhs2, int* ridx2, int rn2);
443 void update( int p_col, Real* p_work, const int* p_idx, int num);
466 #endif // _CLUFACTOR_H_
|