23 #if !defined (octave_fMatrix_h)
24 #define octave_fMatrix_h 1
43 typedef void (*solve_singularity_handler) (
float rcon);
88 bool is_symmetric (
void)
const;
143 float& rcon,
int force,
int calc_cond)
const;
146 float& rcon,
int force,
int calc_cond)
const;
152 int calc_cond = 1)
const;
157 int force = 0,
int calc_cond = 1)
const;
170 int calc_cond = 1)
const;
172 float& rcon,
int calc_cond = 1)
const;
174 float rcond (
void)
const;
182 bool calc_cond =
false,
189 bool calc_cond =
false,
196 bool calc_cond =
false)
const;
208 bool singular_fallback =
true,
219 bool singular_fallback =
true,
332 bool any_element_is_negative (
bool =
false)
const;
333 bool any_element_is_positive (
bool =
false)
const;
336 bool any_element_not_one_or_zero (
void)
const;
337 bool all_elements_are_int_or_inf_or_nan (
void)
const;
338 bool all_integers (
float& max_val,
float& min_val)
const;
369 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,
371 friend OCTAVE_API std::istream&
operator >> (std::istream& is,