TVecMath.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef TABLES_TVECMATH_H
00029 #define TABLES_TVECMATH_H
00030
00031
00032 #include <casacore/casa/aips.h>
00033
00034 namespace casacore {
00035
00036
00037 template<class T> class TabVecRep;
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059 template<class T> void tabVecReptvassadd (TabVecRep<T>&, const TabVecRep<T>&);
00060
00061 template<class T> void tabVecReptvasssub (TabVecRep<T>&, const TabVecRep<T>&);
00062
00063 template<class T> void tabVecReptvasstim (TabVecRep<T>&, const TabVecRep<T>&);
00064
00065 template<class T> void tabVecReptvassdiv (TabVecRep<T>&, const TabVecRep<T>&);
00066
00067
00068 template<class T> void tabVecRepvalassadd (TabVecRep<T>&, const T&);
00069
00070 template<class T> void tabVecRepvalasssub (TabVecRep<T>&, const T&);
00071
00072 template<class T> void tabVecRepvalasstim (TabVecRep<T>&, const T&);
00073
00074 template<class T> void tabVecRepvalassdiv (TabVecRep<T>&, const T&);
00075
00076
00077
00078
00079
00080
00081 template<class T> TabVecRep<T>& tabVecRepnegate (const TabVecRep<T>&);
00082
00083
00084 template<class T> TabVecRep<T>& tabVecReptvadd (const TabVecRep<T>&,
00085 const TabVecRep<T>&);
00086
00087 template<class T> TabVecRep<T>& tabVecReptvsub (const TabVecRep<T>&,
00088 const TabVecRep<T>&);
00089
00090 template<class T> TabVecRep<T>& tabVecReptvtim (const TabVecRep<T>&,
00091 const TabVecRep<T>&);
00092
00093 template<class T> TabVecRep<T>& tabVecReptvdiv (const TabVecRep<T>&,
00094 const TabVecRep<T>&);
00095
00096
00097
00098 template<class T> TabVecRep<T>& tabVecRepvalradd (const TabVecRep<T>&,
00099 const T&);
00100
00101
00102 template<class T> TabVecRep<T>& tabVecRepvalrsub (const TabVecRep<T>&,
00103 const T&);
00104
00105
00106 template<class T> TabVecRep<T>& tabVecRepvalrtim (const TabVecRep<T>&,
00107 const T&);
00108
00109
00110 template<class T> TabVecRep<T>& tabVecRepvalrdiv (const TabVecRep<T>&,
00111 const T&);
00112
00113
00114
00115 template<class T> TabVecRep<T>& tabVecRepvalladd (const T&,
00116 const TabVecRep<T>&);
00117
00118
00119 template<class T> TabVecRep<T>& tabVecRepvallsub (const T&,
00120 const TabVecRep<T>&);
00121
00122
00123 template<class T> TabVecRep<T>& tabVecRepvalltim (const T&,
00124 const TabVecRep<T>&);
00125
00126
00127 template<class T> TabVecRep<T>& tabVecRepvalldiv (const T&,
00128 const TabVecRep<T>&);
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151 template<class T> TabVecRep<T>& tabVecRepcos (const TabVecRep<T>&);
00152 template<class T> TabVecRep<T>& tabVecRepcosh (const TabVecRep<T>&);
00153 template<class T> TabVecRep<T>& tabVecRepexp (const TabVecRep<T>&);
00154 template<class T> TabVecRep<T>& tabVecReplog (const TabVecRep<T>&);
00155 template<class T> TabVecRep<T>& tabVecReplog10(const TabVecRep<T>&);
00156 template<class T> TabVecRep<T>& tabVecReppow (const TabVecRep<T>&,
00157 const TabVecRep<T>&);
00158 template<class T> TabVecRep<T>& tabVecRepsin (const TabVecRep<T>&);
00159 template<class T> TabVecRep<T>& tabVecRepsinh (const TabVecRep<T>&);
00160 template<class T> TabVecRep<T>& tabVecRepsqrt (const TabVecRep<T>&);
00161
00162
00163
00164
00165
00166
00167
00168
00169
00170
00171
00172
00173
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183 template<class T> TabVecRep<T>& tabVecRepacos (const TabVecRep<T>&);
00184 template<class T> TabVecRep<T>& tabVecRepasin (const TabVecRep<T>&);
00185 template<class T> TabVecRep<T>& tabVecRepatan (const TabVecRep<T>&);
00186 template<class T> TabVecRep<T>& tabVecRepatan2(const TabVecRep<T>&,
00187 const TabVecRep<T>&);
00188 template<class T> TabVecRep<T>& tabVecRepceil (const TabVecRep<T>&);
00189 template<class T> TabVecRep<T>& tabVecRepfabs (const TabVecRep<T>&);
00190 template<class T> TabVecRep<T>& tabVecRepfloor(const TabVecRep<T>&);
00191 template<class T> TabVecRep<T>& tabVecRepfmod (const TabVecRep<T>&,
00192 const TabVecRep<T>&);
00193 template<class T> TabVecRep<T>& tabVecReppow (const TabVecRep<T>&,
00194 const double&);
00195 template<class T> TabVecRep<T>& tabVecReptan (const TabVecRep<T>&);
00196 template<class T> TabVecRep<T>& tabVecReptanh (const TabVecRep<T>&);
00197
00198
00199
00200
00201
00202
00203
00204
00205
00206
00207
00208
00209
00210
00211
00212
00213
00214
00215
00216
00217
00218 template<class T> void tabVecRepminmax (T& min, T& max, const TabVecRep<T>&);
00219
00220
00221
00222 template<class T> void tabVecRepindgen (TabVecRep<T>&, Int start, Int inc);
00223
00224
00225 template<class T> T tabVecRepsum (const TabVecRep<T>&);
00226
00227
00228
00229
00230
00231 template<class T> T tabVecRepproduct (const TabVecRep<T>&);
00232
00233
00234
00235
00236
00237
00238
00239
00240
00241
00242
00243
00244
00245
00246
00247
00248
00249
00250
00251
00252 template<class T> T tabVecRepinnerproduct (const TabVecRep<T>&,
00253 const TabVecRep<T>&);
00254
00255
00256 template<class T> T tabVecRepnorm (const TabVecRep<T>&);
00257
00258
00259 template<class T> TabVecRep<T>& tabVecRepcrossproduct (const TabVecRep<T>&,
00260 const TabVecRep<T>&);
00261
00262
00263
00264
00265 }
00266
00267 #ifndef CASACORE_NO_AUTO_TEMPLATES
00268 #include <casacore/tables/Tables/TVecMath.tcc>
00269 #endif //# CASACORE_NO_AUTO_TEMPLATES
00270 #endif