octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #32282] On Linux Fedora 14 required eigs decla


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #32282] On Linux Fedora 14 required eigs declarations missing
Date: Sat, 29 Jan 2011 01:14:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110103 Fedora/3.6.13-1.fc14 Firefox/3.6.13

Follow-up Comment #3, bug #32282 (project octave):

The move of the #endif mentioned below produces a build
which runs make check without any errors.

However, I did also notice thar there are quite a few
duplicated declarations.  The first example is:

 extern octave_idx_type
EigsRealSymmetricMatrix (const Matrix& m, const std::string typ,
                         octave_idx_type k, octave_idx_type p,
                         octave_idx_type &info, Matrix &eig_vec,
                         ColumnVector &eig_val, const Matrix& b,
                         ColumnVector &permB, ColumnVector &resid,
                         std::ostream &os, double tol = DBL_EPSILON,
                         bool rvec = false, bool cholB = 0, int disp = 0,
                         int maxit = 300);

 extern octave_idx_type
EigsRealSymmetricMatrix (const SparseMatrix& m, const std::string typ,
                         octave_idx_type k, octave_idx_type p,
                         octave_idx_type &info, Matrix &eig_vec,
                         ColumnVector &eig_val, const SparseMatrix& b,
                         ColumnVector &permB, ColumnVector &resid,
                         std::ostream& os, double tol = DBL_EPSILON,
                         bool rvec = false, bool cholB = 0, int disp = 0,
                         int maxit = 300);
===============================================
Similar examples follow this.   Is there any reason not to clean this
up?



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32282>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]