![]() |
Ginkgo Generated from branch based on main. Ginkgo version 1.10.0
A numerical linear algebra library targeting many-core architectures
|
Used to convert objects of type S to objects of type R using static_cast. More...
#include <ginkgo/core/base/math.hpp>
Public Member Functions | |
R | operator() (S val) |
Converts the object to result type. |
Used to convert objects of type S to objects of type R using static_cast.
S | source type |
R | result type |
|
inline |
Converts the object to result type.
val | the object to convert |