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,
FloatMatrix OCTAVE_API chol2inv(const FloatMatrix &r)
FloatMatrix chol_matrix(void) const
FloatCHOL(const FloatMatrix &a, octave_idx_type &info, bool calc_cond=false)
FloatComplexNDArray & operator=(const FloatComplexNDArray &a)
FloatComplexMatrix inverse(void) const
FloatCHOL(const FloatCHOL &a)
void downdate(double *c, int n, int d, int *nans, int nnans)
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
FloatCHOL(const FloatMatrix &a, bool calc_cond=false)