24 #if !defined (octave_floatCHOL_h)
25 #define octave_floatCHOL_h 1
41 : chol_mat (), xrcond (0)
47 bool calc_cond =
false)
48 : chol_mat (), xrcond (0)
50 info = init (a, calc_cond);
67 float rcond (
void)
const {
return xrcond; }
84 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,