Changeset 9bf58f in git for kernel


Ignore:
Timestamp:
Aug 3, 2011, 7:00:03 PM (13 years ago)
Author:
Burcin Erocal <burcin@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8ea8690323ab1e50011eabaa58e95dc494dc5073
Parents:
fe66ba81f9a9bd9e5cdb6dcc296b3f407bbe3798
git-author:
Burcin Erocal <burcin@erocal.org>2011-08-03 19:00:03+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:19+01:00
Message:
Fix Singular/linearAlgebra_ip.cc by exporting some functions in kernel/linearalgebra.h.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/linearAlgebra.h

    rfe66ba8 r9bf58f  
    567567             );
    568568
     569/* helper for qrDoubleShift */
     570bool qrDS( const int n, matrix* queue, int& queueL, number* eigenValues,
     571       int& eigenValuesL, const number tol1, const number tol2, const ring R);
     572
     573/**
     574 * Tries to find the number n in the array nn[0..nnLength-1].
     575 **/
     576int similar(
     577       const number* nn,       /**< [in] array of numbers to look-up */
     578       const int nnLength,     /**< [in] length of nn                */
     579       const number n,         /**< [in] number to loop-up in nn     */
     580       const number tolerance  /**< [in] tolerance for comparison    */
     581           );
    569582#endif
    570583/* LINEAR_ALGEBRA_H */
Note: See TracChangeset for help on using the changeset viewer.