Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.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. More... | |
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 |