vtk-m/docs/changelog/dot-product.md

7 lines
244 B
Markdown
Raw Normal View History

# Dot product function name changed.
The free function `vtkm::dot()` has been renamed to `vtkm::Dot()`
to be consistent with other vtk-m function names.
Aliases are provided for backwards compatibility but will
be removed in the next release.