Go to the documentation of this file.
9 #ifndef __IPMATRIX_HPP__
10 #define __IPMATRIX_HPP__
109 if (init) rows_norms.
Set(0.);
118 if (init) cols_norms.
Set(0.);
130 const std::string& name,
132 const std::string& prefix=
"")
const;
136 const std::string& name,
138 const std::string& prefix=
"")
const;
194 const std::string& name,
196 const std::string& prefix)
const =0;
327 #if COIN_IPOPT_VERBOSITY == 0
328 # define DBG_PRINT_MATRIX(__verbose_level, __mat_name, __mat)
330 # define DBG_PRINT_MATRIX(__verbose_level, __mat_name, __mat) \
331 if (dbg_jrnl.Verbosity() >= (__verbose_level)) { \
332 if (dbg_jrnl.Jnlst()!=NULL) { \
333 (__mat).Print(dbg_jrnl.Jnlst(), \
336 dbg_jrnl.IndentationLevel()*2, \
340 #endif // #if COIN_IPOPT_VERBOSITY == 0