diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-11-14 12:24:15 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-11-14 12:24:15 +0000 |
commit | b69fa7ed53d52e812afd27547f4f63e74cfe5527 (patch) | |
tree | fbac193293d425361e491760d0cfe8d2839d5533 /lib/Data/Packed/Internal/auxi.c | |
parent | e1b4cc06a5f98e576524b37ad0d9132f0678d722 (diff) |
conj using mapVector
Diffstat (limited to 'lib/Data/Packed/Internal/auxi.c')
-rw-r--r-- | lib/Data/Packed/Internal/auxi.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/Data/Packed/Internal/auxi.c b/lib/Data/Packed/Internal/auxi.c index 562c804..5c06cb6 100644 --- a/lib/Data/Packed/Internal/auxi.c +++ b/lib/Data/Packed/Internal/auxi.c | |||
@@ -64,18 +64,6 @@ int submatrixR(int r1, int r2, int c1, int c2, KRMAT(x),RMAT(r)) { | |||
64 | OK | 64 | OK |
65 | } | 65 | } |
66 | 66 | ||
67 | |||
68 | int conjugate(KCVEC(x),CVEC(t)) { | ||
69 | REQUIRES(xn==tn,BAD_SIZE); | ||
70 | DEBUGMSG("conjugate"); | ||
71 | int k; | ||
72 | for (k=0; k<xn; k++) { | ||
73 | tp[k].dat[0] = xp[k].dat[0]; | ||
74 | tp[k].dat[1] = - xp[k].dat[1]; | ||
75 | } | ||
76 | OK | ||
77 | } | ||
78 | |||
79 | //--------------------------------------- | 67 | //--------------------------------------- |
80 | void asm_finit() { | 68 | void asm_finit() { |
81 | asm("finit"); | 69 | asm("finit"); |