Go to the documentation of this file.
9 #ifndef __IPMATRIX_HPP__
10 #define __IPMATRIX_HPP__
111 if (init) rows_norms.
Set(0.);
120 if (init) cols_norms.
Set(0.);
132 const std::string& name,
134 const std::string& prefix=
"")
const;
138 const std::string& name,
140 const std::string& prefix=
"")
const;
197 const std::string& name,
199 const std::string& prefix)
const =0;
330 #if COIN_IPOPT_VERBOSITY == 0
331 # define DBG_PRINT_MATRIX(__verbose_level, __mat_name, __mat)
333 # define DBG_PRINT_MATRIX(__verbose_level, __mat_name, __mat) \
334 if (dbg_jrnl.Verbosity() >= (__verbose_level)) { \
335 if (dbg_jrnl.Jnlst()!=NULL) { \
336 (__mat).Print(dbg_jrnl.Jnlst(), \
339 dbg_jrnl.IndentationLevel()*2, \
343 #endif // #if COIN_IPOPT_VERBOSITY == 0