Skip to content

Commit

Permalink
ENH: Add float combinations for vnl_matrix_fixed Python wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
PranjalSahu authored and dzenanz committed Aug 17, 2022
1 parent 236f378 commit 8c0d0e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Modules/Core/Common/wrapping/vnl_matrix_fixed.wrap
Expand Up @@ -12,5 +12,12 @@ itk_wrap_class("vnl_matrix_fixed" EXPLICIT_SPECIALIZATION)
itk_wrap_template("${ITKM_D}_3_4" "${ITKT_D},3,4")
itk_wrap_template("${ITKM_D}_4_3" "${ITKT_D},4,3")
itk_wrap_template("${ITKM_D}_4_4" "${ITKT_D},4,4")
itk_wrap_template("${ITKM_F}_2_2" "${ITKT_F},2,2")
itk_wrap_template("${ITKM_F}_2_3" "${ITKT_F},2,3")
itk_wrap_template("${ITKM_F}_2_6" "${ITKT_F},2,6")
itk_wrap_template("${ITKM_F}_3_12" "${ITKT_F},3,12")
itk_wrap_template("${ITKM_F}_3_3" "${ITKT_F},3,3")
itk_wrap_template("${ITKM_F}_3_4" "${ITKT_F},3,4")
itk_wrap_template("${ITKM_F}_4_3" "${ITKT_F},4,3")
itk_wrap_template("${ITKM_F}_4_4" "${ITKT_F},4,4")
itk_end_wrap_class()

0 comments on commit 8c0d0e6

Please sign in to comment.