Ignore:
Timestamp:
Feb 17, 2007, 1:25:36 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #2. Continued adding GSL_error exceptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/regression/MultiDimensionalWeighted.h

    r741 r751  
    5656    double chisq(void) const;
    5757
    58     ///
    59     /// @see gsl_multifit_wlinear
    60     ///
     58    /**
     59       \see gsl_multifit_wlinear
     60
     61       \throw A GSL_error exception is thrown if memory allocation
     62       fails or the underlying GSL calls fails (usually matrix
     63       dimension errors).
     64    */
    6165    void fit(const utility::matrix& X, const utility::vector& y,
    6266             const utility::vector& w);
Note: See TracChangeset for help on using the changeset viewer.