diff --git a/src/apatite/linear_algebra/vector.cr b/src/apatite/linear_algebra/vector.cr index 1d1206c..5e4c6f9 100644 --- a/src/apatite/linear_algebra/vector.cr +++ b/src/apatite/linear_algebra/vector.cr @@ -153,7 +153,7 @@ module Apatite::LinearAlgebra end # Take me to your leader - def <=> + def <=>(other) if other.is_a?(Vector) @elements <=> other.elements else