diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa (patch) | |
tree | 99affdbf92575f7b6d8cc418f7c0d58d7a9012cf /flow/gsl/gslmath.c | |
parent | 54dec355e137f1efddb349314aef9bd999d4c3bf (diff) | |
download | arts-f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa.tar.gz arts-f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/gsl/gslmath.c')
-rw-r--r-- | flow/gsl/gslmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gsl/gslmath.c b/flow/gsl/gslmath.c index 66f5b5b..008b5ec 100644 --- a/flow/gsl/gslmath.c +++ b/flow/gsl/gslmath.c @@ -602,7 +602,7 @@ hqr (double **a, int n, double wr[], double wi[]) #define RADIX 2.0 static void balanc (double **a, int n) - /* Given a matrix a[1..n][1..n], this routine tqreplaces it by a balanced matrix with identical + /* Given a matrix a[1..n][1..n], this routine replaces it by a balanced matrix with identical eigenvalues. A symmetric matrix is already balanced and is unaffected by this procedure. The parameter RADIX should be the machine's floating-point radix. */ { |