MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / cos

Function cos

fem/coefficient_stdmath.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 return MakeStdMathFunction<GenericSin>(x);
287 }
288 shared_ptr<CoefficientFunction> cos(shared_ptr<CoefficientFunction> x)
289 {
290 return MakeStdMathFunction<GenericCos>(x);
291 }
292 shared_ptr<CoefficientFunction> tan(shared_ptr<CoefficientFunction> x)
293 {
294 return MakeStdMathFunction<GenericTan>(x);

Callers 15

SphericalHarmonicRealFunction · 0.70
ComputeGaussRuleFunction · 0.70
DiffMethod · 0.70
operator()Method · 0.70
meshes.pyFile · 0.50
CalcShapeMethod · 0.50
EvalMethod · 0.50
bessj0Function · 0.50
bessy0Function · 0.50
bessj1Function · 0.50
bessy1Function · 0.50
MyComplex<T> sqrtFunction · 0.50

Calls

no outgoing calls

Tested by 4

TestSIMDFunction · 0.40
test_detect_symmetricFunction · 0.40
test_diffFunction · 0.40