Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/09 17:05:22 (14 years ago)
Author:
gkronber
Message:

Updated ALGLIB to latest version. #751 (Plugin for for data-modeling with ANN (integrated into CEDMA))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/ALGLIB/qr.cs

    r2430 r2563  
    263263
    264264
    265         /*************************************************************************
    266         Obsolete 1-based subroutine. See RMatrixQR for 0-based replacement.
    267         *************************************************************************/
    268265        public static void qrdecomposition(ref double[,] a,
    269266            int m,
     
    322319
    323320
    324         /*************************************************************************
    325         Obsolete 1-based subroutine. See RMatrixQRUnpackQ for 0-based replacement.
    326         *************************************************************************/
    327321        public static void unpackqfromqr(ref double[,] a,
    328322            int m,
     
    392386
    393387
    394         /*************************************************************************
    395         Obsolete 1-based subroutine. See RMatrixQR for 0-based replacement.
    396         *************************************************************************/
    397388        public static void qrdecompositionunpacked(double[,] a,
    398389            int m,
Note: See TracChangeset for help on using the changeset viewer.