Skip to content

MiCurry/Fortran-KD-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortran-KD-Tree

A Fortran implementation of a KD-Tree.

Descriptions of Namelist options

$testvars
   npoints = 90000   ! Number of points
   ndims = 5         ! Number of dimensions
   lrange = 0        ! The lower range of values to randomly generate
   urange = 50       ! The uper range of values to randomly generate
   ntests = 50000    ! The number of tests (for a few specific tests)
   npoints_l = 1     ! Smallest number of points to randomly test
   npoints_u = 10000 ! Largest number of points to randmoly test
   ndims_l = 1  ! The smallest dimension to test
   ndims_u = 8  ! The largest dimension to test
/

About

A Fortran implementation of a KD-Tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published