Skip to content

Latest commit

 

History

History

nd-distance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

nd-distance

Distance functions for multidimensional tuples of primitive types

Overview

This library offers distance functions for multidimensional tuples of primitive types. The packages are named according to the field type descriptors in the Java Class File Format:

  • de.javagl.nd.distance.tuples.d: Distance functions for DoubleTuples
  • de.javagl.nd.distance.tuples.i: Distance functions for IntTuples
  • de.javagl.nd.distance.tuples.j: Distance functions for LongTuples