MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / make_error

Function make_error

examples/pde/bhrt.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143af::array normalize3(const af::array& vector) { return vector / norm3(vector); }
144
145af::exception make_error(const char* string) {
146 std::cout << string << std::endl;
147 return af::exception(string);
148}
149
150/**
151 * @brief Transforms degrees to radians

Callers 10

cross_productFunction · 0.85
cart_to_sph_positionFunction · 0.85
cart_to_sph_velocityFunction · 0.85
sph_to_cart_velocityFunction · 0.85
cart_to_oblate_positionFunction · 0.85
oblate_to_cart_positionFunction · 0.85
oblate_to_cart_velocityFunction · 0.85
cart_to_oblate_velocityFunction · 0.85
metric4Function · 0.85
dot_productFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected