Go to the documentation of this file.
9 #ifndef __IPMATRIX_HPP__
10 #define __IPMATRIX_HPP__
110 if (init) rows_norms.
Set(0.);
119 if (init) cols_norms.
Set(0.);
131 const std::string& name,
133 const std::string& prefix=
"")
const;
137 const std::string& name,
139 const std::string& prefix=
"")
const;
196 const std::string& name,
198 const std::string& prefix)
const =0;
329 #if COIN_IPOPT_VERBOSITY == 0
330 # define DBG_PRINT_MATRIX(__verbose_level, __mat_name, __mat)
332 # define DBG_PRINT_MATRIX(__verbose_level, __mat_name, __mat) \
333 if (dbg_jrnl.Verbosity() >= (__verbose_level)) { \
334 if (dbg_jrnl.Jnlst()!=NULL) { \
335 (__mat).Print(dbg_jrnl.Jnlst(), \
338 dbg_jrnl.IndentationLevel()*2, \
342 #endif // #if COIN_IPOPT_VERBOSITY == 0