SheafSystem  0.0.0.0
field_at0_funcs.h
1 
2 //
3 // Copyright (c) 2014 Limit Point Systems, Inc.
4 //
5 // Licensed under the Apache License, Version 2.0 (the "License");
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 // http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17 
18 #ifndef FIELD_AT0_FUNCS_H
19 #define FIELD_AT0_FUNCS_H
20 
21 #ifndef SHEAF_DLL_SPEC_H
22 #include "SheafSystem/sheaf_dll_spec.h"
23 #endif
24 
25 namespace fields
26 {
27 
32 namespace field_at0_algebra
33 {
34 
35 //==============================================================================
37 //==============================================================================
39 
43 void SHEAF_DLL_SPEC acos(const field_at0& x0, field_at0& xresult, bool xauto_access);
44 
48 void SHEAF_DLL_SPEC asin(const field_at0& x0, field_at0& xresult, bool xauto_access);
49 
53 void SHEAF_DLL_SPEC atan(const field_at0& x0, field_at0& xresult, bool xauto_access);
54 
58 void SHEAF_DLL_SPEC atan2(const field_at0& x0, const field_at0& x1, field_at0& xresult,
59  bool xauto_access);
60 
64 void SHEAF_DLL_SPEC ceil(const field_at0& x0, field_at0& xresult, bool xauto_access);
65 
69 void SHEAF_DLL_SPEC cos(const field_at0& x0, field_at0& xresult, bool xauto_access);
70 
74 void SHEAF_DLL_SPEC cosh(const field_at0& x0, field_at0& xresult, bool xauto_access);
75 
79 void SHEAF_DLL_SPEC exp(const field_at0& x0, field_at0& xresult, bool xauto_access);
80 
84 void SHEAF_DLL_SPEC fabs(const field_at0& x0, field_at0& xresult, bool xauto_access);
85 
89 void SHEAF_DLL_SPEC floor(const field_at0& x0, field_at0& xresult, bool xauto_access);
90 
94 void SHEAF_DLL_SPEC fmod(const field_at0& x0, const field_at0& x1, field_at0& xresult,
95  bool xauto_access);
96 
100 void SHEAF_DLL_SPEC frexp(const field_at0& x0, field_at0& xsignificand, field_at0& xexp,
101  bool xauto_access);
102 
106 void SHEAF_DLL_SPEC ldexp(const field_at0& x0, int xexp, field_at0& xresult,
107  bool xauto_access);
108 
112 void SHEAF_DLL_SPEC log(const field_at0& x0, field_at0& xresult, bool xauto_access);
113 
117 void SHEAF_DLL_SPEC log10(const field_at0& x0, field_at0& xresult, bool xauto_access);
118 
122 void SHEAF_DLL_SPEC modf(const field_at0& x0, field_at0& xintpart, field_at0& xfractpart,
123  bool xauto_access);
124 
128 void SHEAF_DLL_SPEC pow(const field_at0& x0, const vd_value_type& xexponent,
129  field_at0& xresult, bool xauto_access);
130 
134 void SHEAF_DLL_SPEC sin(const field_at0& x0, field_at0& xresult, bool xauto_access);
135 
139 void SHEAF_DLL_SPEC sinh(const field_at0& x0, field_at0& xresult, bool xauto_access);
140 
144 void SHEAF_DLL_SPEC sqrt(const field_at0& x0, field_at0& xresult, bool xauto_access);
145 
149 void SHEAF_DLL_SPEC tan(const field_at0& x0, field_at0& xresult, bool xauto_access);
150 
154 void SHEAF_DLL_SPEC tanh(const field_at0& x0, field_at0& xresult, bool xauto_access);
155 
157 
158 } // namespace field_at0_algebra
159 
160 } // namespace fields
161 
162 #endif // ifndef FIELD_AT0_FUNCS_H
void SHEAF_DLL_SPEC frexp(const field_at0 &x0, field_at0 &xsignificand, field_at0 &xexp, bool xauto_access)
Compute frexp of x0 (frexp(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC sinh(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute sinh of x0 (sinh(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC ceil(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute ceil of x0 (ceil(x0)) (pre-allocated version).
Namespace for fields component of sheaf system.
void SHEAF_DLL_SPEC cosh(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute cosh of x0 (cosh(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC asin(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute asin of x0 (asin(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC fmod(const field_at0 &x0, const field_at0 &x1, field_at0 &xresult, bool xauto_access)
Compute xsignificand = fmod(x0, xexp) (pre-allocated version).
void SHEAF_DLL_SPEC tan(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute tan of x0 (tan(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC sin(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute sin of x0 (sin(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC modf(const field_at0 &x0, field_at0 &xintpart, field_at0 &xfractpart, bool xauto_access)
Compute modf of x0 (modf(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC pow(const field_at0 &x0, const vd_value_type &xexponent, field_at0 &xresult, bool xauto_access)
Compute x0 to power xexponent (pow(x0, xexponent)) (pre-allocated version).
void SHEAF_DLL_SPEC atan2(const field_at0 &x0, const field_at0 &x1, field_at0 &xresult, bool xauto_access)
Compute atan2 of x0/x1 (atan2(x0, x1)) (pre-allocated version).
void SHEAF_DLL_SPEC log10(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute log10 of x0 (log10(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC tanh(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute tanh of x0 (tanh(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC sqrt(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute sqrt of x0 (sqrt(x0)) (pre-allocated version).
A property of type sec_at0 as a function of global coordinates.
Definition: field_at0.h:50
void SHEAF_DLL_SPEC acos(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute acos of x0 (acos(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC atan(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute atan of x0 (atan(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC log(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute log of x0 (log(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC ldexp(const field_at0 &x0, int xexp, field_at0 &xresult, bool xauto_access)
Compute ldexp of x0 (ldexp(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC floor(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute floor of x0 (floor(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC cos(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute cos of x0 (cos(x0)) (pre-allocated version).
double vd_value_type
The type of component in the fiber; the scalar type in the fiber vector space.
Definition: fiber_bundle.h:63
void SHEAF_DLL_SPEC fabs(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute fabs of x0 (fabs(x0)) (pre-allocated version).
void SHEAF_DLL_SPEC exp(const field_at0 &x0, field_at0 &xresult, bool xauto_access)
Compute exp of x0 (exp(x0)) (pre-allocated version).