Closed Kiyoshika closed 3 years ago
Replace the current methods cast_data_double(), cast_target_int(), cast_target_double() with more generic to_double() and to_int() methods.
There are complications given that I need multiple return types for 1D/2D vectors. Holding off for now; low priority.
Replace the current methods cast_data_double(), cast_target_int(), cast_target_double() with more generic to_double() and to_int() methods.