diff options
author | torset | 2009-01-30 11:19:15 +0000 |
---|---|---|
committer | torset | 2009-01-30 11:19:15 +0000 |
commit | 47b131bb61f0fe67ecfc9b0da935bf87762f7cbd (patch) | |
tree | 623ea3282e9f01416a6f96824dcdff8d964046f7 /src/matrixOperations/interfaces/int_invert.h | |
parent | 50b9f61a418109ad93a125ed45646fa5c765dc93 (diff) | |
download | scilab2c-47b131bb61f0fe67ecfc9b0da935bf87762f7cbd.tar.gz scilab2c-47b131bb61f0fe67ecfc9b0da935bf87762f7cbd.tar.bz2 scilab2c-47b131bb61f0fe67ecfc9b0da935bf87762f7cbd.zip |
Update
Diffstat (limited to 'src/matrixOperations/interfaces/int_invert.h')
-rw-r--r-- | src/matrixOperations/interfaces/int_invert.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/matrixOperations/interfaces/int_invert.h b/src/matrixOperations/interfaces/int_invert.h index 6e3b895b..d31481b6 100644 --- a/src/matrixOperations/interfaces/int_invert.h +++ b/src/matrixOperations/interfaces/int_invert.h @@ -12,23 +12,23 @@ /* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */ -#ifndef __INT_INVERT_H__ -#define __INT_INVERT_H__ +#ifndef __INT_INV_H__ +#define __INT_INV_H__ -#define s0inverts0(in) 1/in +#define s0invs0(in) 1.0f/in -#define d0invertd0(in) 1/in +#define d0invd0(in) 1.0/in -#define c0invertc0(in) crdivs(FloatComplex(1,0),in) +#define c0invc0(in) crdivs(FloatComplex(1,0),in) -#define z0invertz0(in) zrdivs(DoubleComplex(1,0),in) +#define z0invz0(in) zrdivs(DoubleComplex(1,0),in) -#define s2inverts2(in,size,out) sinverma(in, out, size[0]) +#define s2invs2(in,size,out) sinverma(in, out, size[0]) -#define d2invertd2(in,size,out) dinverma(in, out, size[0]) +#define d2invd2(in,size,out) dinverma(in, out, size[0]) -#define c2invertc2(in,size,out) cinverma(in, out, size[0]) +#define c2invc2(in,size,out) cinverma(in, out, size[0]) -#define z2invertz2(in,size,out) zinverma(in, out, size[0]) +#define z2invz2(in,size,out) zinverma(in, out, size[0]) -#endif /* !__INT_INVERT_H__ */ +#endif /* !__INT_INV_H__ */ |