Home
last modified time | relevance | path

Searched refs:vpdl (Results 1 – 8 of 8) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/doc/book/
H A Dchapter_vpdl.texi2 @code{vpdl} is a library of probability distributions.
8 @code{vpdl} is built on top of @code{vnl} and @code{vnl_algo}.
11 @code{vpdl} is comprised of two programming paradigms:
16 only a collection of header files in subdirectory @code{vpdl/vpdt}.
29 @code{vpdl} is the combination of two different design patterns
53 @code{vpdl} was designed as a core library
145 The subdirectory @code{vpdl/vpdt} contains the
148 that does not depended on the rest of @code{vpdl}.
151 Whenever possible, @code{vpdl} distributions should be wrappers around
254 For the standard types used in @code{vpdl},
[all …]
H A Dbook.texi56 * vpdl::
171 @node vpdl
173 @chapter vpdl: Probability Distributions (Experimental)
H A Dchapter_intro.texi109 @subsection vpdl: Probability Distributions
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/c_src/
H A Dwxe_main.cpp117 void *wxe_main_loop(void *vpdl) in wxe_main_loop() argument
123 ErlDrvPDL pdl = (ErlDrvPDL) vpdl; in wxe_main_loop()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/c_src/
H A Dwxe_main.cpp117 void *wxe_main_loop(void *vpdl) in wxe_main_loop() argument
123 ErlDrvPDL pdl = (ErlDrvPDL) vpdl; in wxe_main_loop()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/c_src/
H A Dwxe_main.cpp117 void *wxe_main_loop(void *vpdl) in wxe_main_loop() argument
136 ErlDrvPDL pdl = (ErlDrvPDL) vpdl; in wxe_main_loop()
/dports/math/PDL/PDL-2.019/Basic/
H A DMatrix.pm174 sub vpdl { subroutine
/dports/math/PDL/PDL-2.019/Basic/Pod/
H A DIndexing.pod307 $vpdl = $a->slice('ind0,ind1...')
424 $vpdl = $rect->slice('2:7,(0:1=1),(4),(5:4=1),(=1)');
426 So the elements of $vpdl will then be related to those of its parent
429 vpdl(i,j) = rect(i+2,j,4,5-j,j) 0<=i<5, 0<=j<2