Skip to content
Commit c93ac9c9 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added cast function for vectors

This allows to easily change the type of elements in a vector
expression, which can be useful to force a specific type when combining
vectors with different element types. For example, a double-vector can
be cast to float to avoid expensive computations in double precision.
parent 4d7fdc10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment