InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.4k stars 661 forks source link

STYLE: Remove `as_ref()` when calling `is_equal` on direction matrices #4484

Closed N-Dekker closed 5 months ago

N-Dekker commented 6 months ago

The vnl_matrix_fixed::as_ref() calls are no longer necessary, now that vnl_matrix_fixed directly supports is_equal:

N-Dekker commented 6 months ago

vnl_matrix_fixed::is_equal is there already, but in the future it may be even more beautiful 😃