From fcb39fe606ead5e36bfed05e53f1c71eb91df887 Mon Sep 17 00:00:00 2001 From: jiri Date: Sun, 28 May 2006 14:12:01 +0000 Subject: [PATCH] *** empty log message *** --- nonclass.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nonclass.h b/nonclass.h index d659244..5a11e0c 100644 --- a/nonclass.h +++ b/nonclass.h @@ -60,6 +60,8 @@ extern void diagonalize(NRSMat &a, NRVec &w, NRMat *v, const bool corde extern void singular_decomposition(NRMat &a, NRMat *u, NRVec &s,\ NRMat *v, const bool corder=1, int m=0, int n=0); +/*NOTE!!! all versions of diagonalize DESTROY A and generalized diagonalize also B matrix */ + declare_la(double) declare_la(complex)