Skip to content
Snippets Groups Projects
  • Antonio El Khoury's avatar
    2aeb3838
    Add Scalar template argument to UnalignedEquivalent struct. · 2aeb3838
    Antonio El Khoury authored
    * It allows creating unaligned equivalent of Eigen matrix using a
      different scalar type. This can be useful when matrix types use
      single precision floats, whereas Numpy matrix types use double
      precision floats by default.
    * Default template argument value is Matrix D scalar type to preserve
      backward-compatibility.
    2aeb3838
    History
    Add Scalar template argument to UnalignedEquivalent struct.
    Antonio El Khoury authored
    * It allows creating unaligned equivalent of Eigen matrix using a
      different scalar type. This can be useful when matrix types use
      single precision floats, whereas Numpy matrix types use double
      precision floats by default.
    * Default template argument value is Matrix D scalar type to preserve
      backward-compatibility.
fwd.hpp 1.33 KiB