MyraMath
RaiseAction.h
Go to the documentation of this file.
1 // ========================================================================= //
2 // This file is part of MyraMath, copyright (c) 2014-2019 by Ryan A Chilton //
3 // and distributed by MyraCore, LLC. See LICENSE.txt for license terms. //
4 // ========================================================================= //
5 
6 #ifndef MYRAMATH_ITERATIVE_RAISEACTION_H
7 #define MYRAMATH_ITERATIVE_RAISEACTION_H
8 
17 #include <myramath/MYRAMATH_EXPORT.h>
19 
20 namespace myra {
21 
22 // Forward declarations.
23 template<class Number> class Action;
24 
26 Action<NumberD> raise_precision(const Action<NumberS>& A);
28 Action<NumberZ> raise_precision(const Action<NumberC>& A);
30 
31 } // namespace myra
32 
33 #endif
Definition: syntax.dox:1
Various utility functions/classes related to scalar Number types.