| 103 | |
| 104 | template<typename _Scalar> |
| 105 | HostScalar<_Scalar> make_host_scalar(const _Scalar& value) |
| 106 | { |
| 107 | return HostScalar<_Scalar>(1, 1, 1, functor::ConstantFunctor<_Scalar>(value)); |
| 108 | } |
| 109 | |
| 110 | CUMAT_NAMESPACE_END |
| 111 |
nothing calls this directly
no outgoing calls
no test coverage detected