Borderbasix

ugly.hpp
Go to the documentation of this file.
1 template<typename typpol>
2 void remiseenforme(typpol &p)
3 {
4  for(int i=0;i<p.size;i++)
5  if(Iszero(p.nf[i]))
6  p.nf[i]=0;
7 }
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