Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
Loading
Showing with 217 additions and 40 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment