Changeset 9bf58f in git
- Timestamp:
- Aug 3, 2011, 7:00:03 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/linearAlgebra.h
rfe66ba8 r9bf58f 567 567 ); 568 568 569 /* helper for qrDoubleShift */ 570 bool 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 **/ 576 int 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 ); 569 582 #endif 570 583 /* LINEAR_ALGEBRA_H */
Note: See TracChangeset
for help on using the changeset viewer.