23 #if !defined (octave_dMatrix_h)
24 #define octave_dMatrix_h 1
43 typedef void (*solve_singularity_handler) (
double rcon);
87 bool is_symmetric (
void)
const;
138 int force,
int calc_cond)
const;
141 int force,
int calc_cond)
const;
147 int calc_cond = 1)
const;
152 int force = 0,
int calc_cond = 1)
const;
165 int calc_cond = 1)
const;
167 double& rcon,
int calc_cond = 1)
const;
169 double rcond (
void)
const;
176 bool calc_cond =
false,
182 bool calc_cond =
false,
188 bool calc_cond =
false)
const;
198 bool singular_fallback =
true,
209 bool singular_fallback =
true,
310 bool any_element_is_negative (
bool =
false)
const;
311 bool any_element_is_positive (
bool =
false)
const;
314 bool any_element_not_one_or_zero (
void)
const;
315 bool all_elements_are_int_or_inf_or_nan (
void)
const;
316 bool all_integers (
double& max_val,
double& min_val)
const;
347 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,