Closed mkitti closed 11 months ago
Fix tps_deform for n-dimensions based on size(tps, 2)
tps_deform
tps_deform was incorrectly changed to use the dimensionality of the array as the dimensionality of the system.
Rather the the input array must always be a matrix. The size of the second dimension defines the dimensionality of the system.
Fix #7
Merged, thanks for adding tests!
Thanks Mark!
Fix
tps_deform
for n-dimensions based on size(tps, 2)tps_deform
was incorrectly changed to use the dimensionality of the array as the dimensionality of the system.Rather the the input array must always be a matrix. The size of the second dimension defines the dimensionality of the system.
Fix #7