rdoc/hist3d.rdoc in rb-gsl-1.16.0.2 vs rdoc/hist3d.rdoc in rb-gsl-1.16.0.3.rc1

- old
+ new

@@ -1,9 +1,9 @@ # # = GSL::Histogram3d class # -# == {}[link:index.html"name="1] Class methods +# == Class methods # --- # * GSL::Histogram3d.alloc(nx, ny, nz) # * GSL::Histogram3d.alloc(xrange, yrange, zrange) # * GSL::Histogram3d.alloc(nx, xmin, xmax, ny, ymin, ymax, nz, zmin, zmax) # * GSL::Histogram3d.alloc(nx, [xmin, xmax], ny, [ymin, ymax], nz, [zmin, zmax]) @@ -14,11 +14,11 @@ # * GSL::Histogram3d.memcpy(h1, h2) # * GSL::Histogram3d.equal_bins_p(h1, h2) # * GSL::Histogram3d.equal_bins_?p(h1, h2) # # -# == {}[link:index.html"name="2] Methods +# == Methods # --- # * GSL::Histogram3d#set_ranges(xrange, yrange, zrange) # * GSL::Histogram3d#set_ranges_uniform(xmin, xmax, ymin, ymax, zmin, zmax) # * GSL::Histogram3d#set_ranges_uniform([xmin, xmax], [ymin, ymax], [zmin, zmax]) # @@ -87,26 +87,26 @@ # # # --- # * GSL::Histogram3d#xyproject(kstart = 0, kend = nz-1) # -# Creates a <tt>GSL::Histogram2d</tt> object by projecting the 3D histogram +# Creates a <tt>GSL::Histogram2d</tt> object by projecting the 3D histogram # <tt>self</tt> onto the xy-plane over the z-range from <tt>kstart</tt> to <tt>kend</tt>. # # --- # * GSL::Histogram3d#xzproject(jstart = 0, jend = ny-1) # -# Creates a <tt>GSL::Histogram2d</tt> object by projecting the 3D histogram +# Creates a <tt>GSL::Histogram2d</tt> object by projecting the 3D histogram # <tt>self</tt> onto the xz-plane over the y-range from <tt>jstart</tt> to <tt>jend</tt>. # # --- # * GSL::Histogram3d#yzproject(istart = 0, iend = nx-1) # -# Creates a <tt>GSL::Histogram2d</tt> object by projecting the 3D histogram +# Creates a <tt>GSL::Histogram2d</tt> object by projecting the 3D histogram # <tt>self</tt> onto the yz-plane over the x-range from <tt>istart</tt> to <tt>iend</tt>. # -# {prev}[link:rdoc/hist2d_rdoc.html] -# {next}[link:rdoc/ntuple_rdoc.html] +# {prev}[link:hist2d_rdoc.html] +# {next}[link:ntuple_rdoc.html] # -# {Reference index}[link:rdoc/ref_rdoc.html] +# {Reference index}[link:ref_rdoc.html] # {top}[link:index.html] #