rdoc/dht.rdoc in rb-gsl-1.16.0.4 vs rdoc/dht.rdoc in rb-gsl-1.16.0.5

- old
+ new

@@ -1,13 +1,13 @@ # # = Discrete Hankel Transforms # This chapter describes functions for performing Discrete Hankel Transforms # (DHTs). # -# 1. {Definitions}[link:dht_rdoc.html#label-Definitions] -# 1. {Initialization}[link:dht_rdoc.html#label-Initialization] -# 1. {Methods}[link:dht_rdoc.html#label-Methods] +# 1. {Definitions}[link:rdoc/dht_rdoc.html#label-Definitions] +# 1. {Initialization}[link:rdoc/dht_rdoc.html#label-Initialization] +# 1. {Methods}[link:rdoc/dht_rdoc.html#label-Methods] # # == Definitions # The discrete Hankel transform acts on a vector of sampled data, where the # samples are assumed to have been taken at points related to the zeroes of a # Bessel function of fixed order; compare this to the case of the discrete @@ -111,12 +111,12 @@ # * GSL::Dht#coef # * GSL::Dht#coef(n, m) # # Return the (n,m)-th transform coefficient. # -# {prev}[link:sum_rdoc.html] -# {next}[link:roots_rdoc.html] +# {prev}[link:rdoc/sum_rdoc.html] +# {next}[link:rdoc/roots_rdoc.html] # -# {Reference index}[link:ref_rdoc.html] +# {Reference index}[link:rdoc/ref_rdoc.html] # {top}[link:index.html] # #