Borderbasix

ugly.hpp
Go to the documentation of this file.
1 #ifndef ALREADY_ugly
2 #define ALREADY_ugly
3 template<typename typpol>
4 void remiseenforme(typpol &p)
5 {
6  for(int i=0;i<p.size;i++)
7  if(Iszero(p.nf[i]))
8  p.nf[i]=0;
9 }
10 #endif
void remiseenforme(typpol &p)
Definition: ugly.hpp:2
MSKint32t MSKint32t MSKint32t i
Definition: mosek.h:2278
int Iszero(const Scl< MPQ > &c)
Definition: Iszero.hpp:14
Home  |  Download & InstallContributions