Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2011 10:34:19 GMT
From:      Vladimir Kushnir <vkushnir@bigmir.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163015: New port: math/it++
Message-ID:  <201112021034.pB2AYJ65096194@red.freebsd.org>
Resent-Message-ID: <201112021040.pB2Ae7um053449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163015
>Category:       ports
>Synopsis:       New port: math/it++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 02 10:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kushnir
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
BITP
>Environment:
FreeBSD kushnir1.kiev.ua 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Dec  1 11:11:55 EET 2011     root@kushnir1.kiev.ua:/usr/obj/usr/src/sys/KUSHNIR  amd64

>Description:
IT++ is a C++ library of mathematical, signal processing and communication
classes and functions. Its main use is in simulation of communication systems
and for performing research in the area of communications. The kernel of the
library consists of generic vector and matrix classes, and a set of
accompanying routines. Such a kernel makes IT++ similar to MATLAB or GNU
Octave.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	it++
#	it++/Makefile
#	it++/distinfo
#	it++/pkg-descr
#	it++/pkg-plist
#
echo c - it++
mkdir -p it++ > /dev/null 2>&1
echo x - it++/Makefile
sed 's/^X//' >it++/Makefile << '02ed8e4a970e0b7298004638da3a7838'
X# New ports collection makefile for:    it++
X# Date created:         12 Oct 2011
X# Whom:                 Vladimir Kushnir <vkushnir@bigmie.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	it++
XPORTVERSION=	4.2
XCATEGORIES=	math
XMASTER_SITES=   SF/itpp/itpp/${PORTVERSION}.0
X
XDISTNAME=	itpp-${PORTVERSION}
XUSE_BZIP2=	yes
XDIST_SUBDIR=	itpp
XEXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}
X
XMAINTAINER=	vkushnir@bigmir.net
XCOMMENT=	C++ library of mathematical, signal processing and communication classes and functions
X
X#WANT_GNOME=	yes
X#USE_GNOME=	gnomehack
X
X.include <bsd.port.pre.mk>
X
XUSE_FORTRAN=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
X.if !defined(NOPORTDOCS)
XBUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
X.else
XCONFIGURE_ARGS+= --disable-html-doc
X.endif
X
X.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS)
XWITH_ATLAS=	yes
X.endif
X
X.if !defined(WITHOUT_FFT)
XLIB_DEPENDS+=	fftw3.6:${PORTSDIR}/math/fftw3
X.else
XCONFIGURE_ARGS+= --without-fft
X.endif
X
X.if defined(WITH_ATLAS)
XLIB_DEPENDS+=	atlas.2:${PORTSDIR}/math/atlas
XBLAS_LIB=	-L${LOCALBASE}/lib -lf77blas -latlas -lcblas
XLAPACK_LIB=	-L${LOCALBASE}/lib -lalapack
X.elif defined(WITH_BLAS)
XLIB_DEPENDS+=	blas.2:${PORTSDIR}/math/blas
XLIB_DEPENDS+=	lapack.4:${PORTSDIR}/math/lapack
XBLAS_LIB=	-L${LOCALBASE}/lib -lblas
XLAPACK_LIB=	-L${LOCALBASE}/lib -llapack
X.endif
X
X#IT++ forces to use atlas when detected, so we should disable here.
XCONFIGURE_ARGS+=	--enable-shared \
X			--with-blas="${BLAS_LIB}" \
X			--with-lapack="${LAPACK_LIB}" \
X			--enable-static
X
X.include <bsd.port.post.mk>
02ed8e4a970e0b7298004638da3a7838
echo x - it++/distinfo
sed 's/^X//' >it++/distinfo << '2b81acde79db25c9216ea33b3a206473'
XSHA256 (itpp/itpp-4.2.tar.bz2) = 732c7de212dddfd8669ef3e4d164d5d9a2f81302f3921ddd0176cfa8c49c556c
XSIZE (itpp/itpp-4.2.tar.bz2) = 1050157
2b81acde79db25c9216ea33b3a206473
echo x - it++/pkg-descr
sed 's/^X//' >it++/pkg-descr << 'a1739c96d943fe9471c838c1e50e2e66'
XIT++ is a C++ library of mathematical, signal processing and communication
Xclasses and functions. Its main use is in simulation of communication systems
Xand for performing research in the area of communications. The kernel of the
Xlibrary consists of generic vector and matrix classes, and a set of
Xaccompanying routines. Such a kernel makes IT++ similar to MATLAB or GNU
XOctave.
X
a1739c96d943fe9471c838c1e50e2e66
echo x - it++/pkg-plist
sed 's/^X//' >it++/pkg-plist << '4f543a72a75bb927af73d32648a02833'
Xinclude/itpp/base/algebra/cholesky.h
Xinclude/itpp/base/algebra/det.h
Xinclude/itpp/base/algebra/eigen.h
Xinclude/itpp/base/algebra/inv.h
Xinclude/itpp/base/algebra/ls_solve.h
Xinclude/itpp/base/algebra/lu.h
Xinclude/itpp/base/algebra/qr.h
Xinclude/itpp/base/algebra/schur.h
Xinclude/itpp/base/algebra/svd.h
Xinclude/itpp/base/math/elem_math.h
Xinclude/itpp/base/math/error.h
Xinclude/itpp/base/math/integration.h
Xinclude/itpp/base/math/log_exp.h
Xinclude/itpp/base/math/min_max.h
Xinclude/itpp/base/math/misc.h
Xinclude/itpp/base/math/trig_hyp.h
Xinclude/itpp/base/array.h
Xinclude/itpp/base/bessel.h
Xinclude/itpp/base/binary.h
Xinclude/itpp/base/binfile.h
Xinclude/itpp/base/circular_buffer.h
Xinclude/itpp/base/converters.h
Xinclude/itpp/base/copy_vector.h
Xinclude/itpp/base/factory.h
Xinclude/itpp/base/fastmath.h
Xinclude/itpp/base/gf2mat.h
Xinclude/itpp/base/help_functions.h
Xinclude/itpp/base/itassert.h
Xinclude/itpp/base/itfile.h
Xinclude/itpp/base/ittypes.h
Xinclude/itpp/base/matfunc.h
Xinclude/itpp/base/mat.h
Xinclude/itpp/base/operators.h
Xinclude/itpp/base/parser.h
Xinclude/itpp/base/random.h
Xinclude/itpp/base/random_dsfmt.h
Xinclude/itpp/base/smat.h
Xinclude/itpp/base/sort.h
Xinclude/itpp/base/specmat.h
Xinclude/itpp/base/stack.h
Xinclude/itpp/base/svec.h
Xinclude/itpp/base/timing.h
Xinclude/itpp/base/vec.h
Xinclude/itpp/stat/histogram.h
Xinclude/itpp/stat/misc_stat.h
Xinclude/itpp/stat/mog_diag.h
Xinclude/itpp/stat/mog_diag_em.h
Xinclude/itpp/stat/mog_diag_kmeans.h
Xinclude/itpp/stat/mog_generic.h
Xinclude/itpp/comm/bch.h
Xinclude/itpp/comm/channel_code.h
Xinclude/itpp/comm/channel.h
Xinclude/itpp/comm/commfunc.h
Xinclude/itpp/comm/convcode.h
Xinclude/itpp/comm/crc.h
Xinclude/itpp/comm/egolay.h
Xinclude/itpp/comm/error_counters.h
Xinclude/itpp/comm/exit.h
Xinclude/itpp/comm/galois.h
Xinclude/itpp/comm/hammcode.h
Xinclude/itpp/comm/interleave.h
Xinclude/itpp/comm/ldpc.h
Xinclude/itpp/comm/llr.h
Xinclude/itpp/comm/modulator.h
Xinclude/itpp/comm/modulator_nd.h
Xinclude/itpp/comm/ofdm.h
Xinclude/itpp/comm/pulse_shape.h
Xinclude/itpp/comm/punct_convcode.h
Xinclude/itpp/comm/rec_syst_conv_code.h
Xinclude/itpp/comm/reedsolomon.h
Xinclude/itpp/comm/sequence.h
Xinclude/itpp/comm/siso.h
Xinclude/itpp/comm/spread.h
Xinclude/itpp/comm/stc.h
Xinclude/itpp/comm/turbo.h
Xinclude/itpp/fixed/cfixed.h
Xinclude/itpp/fixed/cfix.h
Xinclude/itpp/fixed/fix_base.h
Xinclude/itpp/fixed/fixed.h
Xinclude/itpp/fixed/fix_factory.h
Xinclude/itpp/fixed/fix_functions.h
Xinclude/itpp/fixed/fix.h
Xinclude/itpp/fixed/fix_operators.h
Xinclude/itpp/optim/newton_search.h
Xinclude/itpp/protocol/events.h
Xinclude/itpp/protocol/front_drop_queue.h
Xinclude/itpp/protocol/packet_channel.h
Xinclude/itpp/protocol/packet_generator.h
Xinclude/itpp/protocol/packet.h
Xinclude/itpp/protocol/selective_repeat.h
Xinclude/itpp/protocol/signals_slots.h
Xinclude/itpp/protocol/tcp_client_server.h
Xinclude/itpp/protocol/tcp.h
Xinclude/itpp/signal/fastica.h
Xinclude/itpp/signal/filter_design.h
Xinclude/itpp/signal/filter.h
Xinclude/itpp/signal/freq_filt.h
Xinclude/itpp/signal/poly.h
Xinclude/itpp/signal/resampling.h
Xinclude/itpp/signal/sigfun.h
Xinclude/itpp/signal/source.h
Xinclude/itpp/signal/transforms.h
Xinclude/itpp/signal/window.h
Xinclude/itpp/srccode/audiofile.h
Xinclude/itpp/srccode/gmm.h
Xinclude/itpp/srccode/lpcfunc.h
Xinclude/itpp/srccode/pnm.h
Xinclude/itpp/srccode/vq.h
Xinclude/itpp/srccode/vqtrain.h
Xinclude/itpp/itbase.h
Xinclude/itpp/itstat.h
Xinclude/itpp/itmex.h
Xinclude/itpp/itcomm.h
Xinclude/itpp/itfixed.h
Xinclude/itpp/itoptim.h
Xinclude/itpp/itprotocol.h
Xinclude/itpp/itsignal.h
Xinclude/itpp/itsrccode.h
Xlib/libitpp.so.7
Xlib/libitpp.la
Xlib/libitpp.a
Xlib/libitpp.so
Xlibdata/pkgconfig/itpp.pc
Xshare/itpp/itload.m
Xshare/itpp/itsave.m
X@dirrm include/itpp/base/algebra
X@dirrm include/itpp/base/math
X@dirrm include/itpp/base
X@dirrm include/itpp/stat
X@dirrm include/itpp/comm
X@dirrm include/itpp/fixed
X@dirrm include/itpp/optim
X@dirrm include/itpp/protocol
X@dirrm include/itpp/signal
X@dirrm include/itpp/srccode
X@dirrm include/itpp
X@dirrm share/itpp
X
X%%PORTDOCS%%share/doc/itpp/html/annotated.html
X%%PORTDOCS%%share/doc/itpp/html/array_8h.html
X%%PORTDOCS%%share/doc/itpp/html/array_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/audiofile_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/audiofile_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/audiofile_8h.html
X%%PORTDOCS%%share/doc/itpp/html/audiofile_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/authors.html
X%%PORTDOCS%%share/doc/itpp/html/bc_s.png
X%%PORTDOCS%%share/doc/itpp/html/bch_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/bch_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/bch_8h.html
X%%PORTDOCS%%share/doc/itpp/html/bch_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/bessel_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/bessel_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/bessel_8h.html
X%%PORTDOCS%%share/doc/itpp/html/bessel_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/binary_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/binary_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/binary_8h.html
X%%PORTDOCS%%share/doc/itpp/html/binary_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/binfile_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/binfile_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/binfile_8h.html
X%%PORTDOCS%%share/doc/itpp/html/binfile_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/bpsk.html
X%%PORTDOCS%%share/doc/itpp/html/cfix_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/cfix_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/cfix_8h.html
X%%PORTDOCS%%share/doc/itpp/html/cfix_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/cfixed_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/cfixed_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/cfixed_8h.html
X%%PORTDOCS%%share/doc/itpp/html/cfixed_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/channel_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/channel_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/channel_8h.html
X%%PORTDOCS%%share/doc/itpp/html/channel_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/channel__code_8h.html
X%%PORTDOCS%%share/doc/itpp/html/channel__code_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/cholesky_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/cholesky_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/cholesky_8h.html
X%%PORTDOCS%%share/doc/itpp/html/cholesky_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/circular__buffer_8h.html
X%%PORTDOCS%%share/doc/itpp/html/circular__buffer_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/classes.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ACK-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ACK.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ACK.png
X%%PORTDOCS%%share/doc/itpp/html/closed.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ACK__Channel-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ACK__Channel.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1AR1__Normal__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1AR1__Normal__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ARMA__Filter-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ARMA__Filter.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ARMA__Filter.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1AR__Filter-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1AR__Filter.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1AR__Filter.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1AWGN__Channel-members.html
X%%PORTDOCS%%share/doc/itpp/html/codingrules.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1AWGN__Channel.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Array-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Array.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Audio__File-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Audio__File.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Audio__File.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BCH-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BCH.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BCH.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BERC-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BERC.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLDPC__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLDPC__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLDPC__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLDPC__Parity-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLDPC__Parity.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLDPC__Parity.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLERC-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BLERC.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BPSK-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BPSK.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BPSK.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BPSK__c-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BPSK__c.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BPSK__c.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BSC-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1BSC.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Base__Event-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Base__Event.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Base__Event.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Base__Slot-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Base__Slot.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Base__Slot.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Bernoulli__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Bernoulli__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Block__Interleaver-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Block__Interleaver.html
X%%PORTDOCS%%share/doc/itpp/html/commfunc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Burst__WWW__Packet__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Burst__WWW__Packet__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Burst__WWW__Packet__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CFix-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CFix.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CFix.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CFixed-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CFixed.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CFixed.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CPU__Timer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CPU__Timer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1DSFMT.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CPU__Timer.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CRC__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1CRC__Code.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Channel__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Channel__Code.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Channel__Code.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Channel__Specification-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Channel__Specification.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Circular__Buffer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Circular__Buffer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Complex__Normal__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Complex__Normal__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Constant__Rate__Packet__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Constant__Rate__Packet__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Constant__Rate__Packet__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T_3_01T_00_01Array_3_01U_01_4_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/commfunc_8h.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T_3_01T_00_01Array_3_01U_01_4_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T_3_01T_00_01Mat_3_01U_01_4_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T_3_01T_00_01Mat_3_01U_01_4_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T_3_01T_00_01Vec_3_01U_01_4_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ConvertU2T_3_01T_00_01Vec_3_01U_01_4_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01Array_3_01T_01_4_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01Array_3_01T_01_4_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/convcode.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01CFix_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01CFix_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01Mat_3_01T_01_4_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01Mat_3_01T_01_4_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01Vec_3_01T_01_4_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01Vec_3_01T_01_4_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01std_1_1complex_3_01T_01_4_01_4-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convert_3_01std_1_1complex_3_01T_01_4_01_4.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convolutional__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convolutional__Code.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Convolutional__Code.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Correlated__Fading__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Correlated__Fading__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Correlated__Fading__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Cross__Interleaver-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Cross__Interleaver.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1DSFMT-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Data__Event.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Data__Event-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Data__Event.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Dummy__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Dummy__Code.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Dummy__Code.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1EXIT-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1EXIT.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Event-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Event.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Event.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Event__Queue-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Event__Queue.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Filter.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Exponential__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Exponential__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Extended__Golay-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Extended__Golay.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Extended__Golay.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1FIR__Fading__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1FIR__Fading__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1FIR__Fading__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Factory-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Factory.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Factory.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fading__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fading__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fading__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fast__ICA-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fast__ICA.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Filter-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Filter.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix__Base-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix__Base.html
X%%PORTDOCS%%share/doc/itpp/html/convcode_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix__Base.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix__Factory-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix__Factory.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fix__Factory.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fixed-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fixed.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Fixed.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Freq__Filt-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Freq__Filt.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Front__Drop__Queue-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Front__Drop__Queue.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GF-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GF.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GF2mat-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GF2mat.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GF2mat__sparse__alist-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GF2mat__sparse__alist.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GFX-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GFX.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GMM-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1GMM.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Gamma__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Gamma__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Gold-members.html
X%%PORTDOCS%%share/doc/itpp/html/copyright.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Gold.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Hamming__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Hamming__Code.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Hamming__Code.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Histogram-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Histogram.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1IFFT__Fading__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1IFFT__Fading__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1IFFT__Fading__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1I__Uniform__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1I__Uniform__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Impulse__Source-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Impulse__Source.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Independent__Fading__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Independent__Fading__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Independent__Fading__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1L3__Packet__Info-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1L3__Packet__Info.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Code.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Code.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Generator__Systematic-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Generator__Systematic.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Generator__Systematic.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Irregular-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Irregular.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Irregular.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Regular-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Regular.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Regular.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Unstructured-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Unstructured.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LDPC__Parity__Unstructured.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LFSR-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LFSR.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LLR__calc__unit-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1LLR__calc__unit.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Laplace__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Laplace__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Line__Search-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Line__Search.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Link__Packet-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Link__Packet.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Link__Packet.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MA__Filter-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MA__Filter.html
X%%PORTDOCS%%share/doc/itpp/html/crc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MA__Filter.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag__EM__sup-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag__EM__sup.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag__EM__sup.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag__kmeans__sup-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag__kmeans__sup.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__diag__kmeans__sup.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__generic-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__generic.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1MOG__generic.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Mat-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Mat.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__NCD-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__NCD.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__NCD.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__ND-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__ND.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__ND.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__NRD-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__NRD.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Modulator__NRD.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Multicode__Spread__1d-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Multicode__Spread__1d.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Multicode__Spread__2d-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Multicode__Spread__2d.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UPAM-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UPAM.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UPAM.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UPSK-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UPSK.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UPSK.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UQAM-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UQAM.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1ND__UQAM.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Name-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Name.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Newton__Search-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Newton__Search.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Normal__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Normal__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1OFDM-members.html
X%%PORTDOCS%%share/doc/itpp/html/convcode_8h.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1OFDM.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PAM-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PAM.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PAM.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PAM__c-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PAM__c.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PAM__c.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PSK-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PSK.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1PSK.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet__Channel.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet__Channel-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Packet__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Parser-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Parser.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Pattern__Source-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Pattern__Source.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Poisson__Packet__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Poisson__Packet__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/det_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Poisson__Packet__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Pulse__Shape-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Pulse__Shape.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Punctured__Convolutional__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Punctured__Convolutional__Code.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Punctured__Convolutional__Code.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1QAM-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1QAM.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1QAM.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1QPSK-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1QPSK.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1QPSK.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Raised__Cosine-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Raised__Cosine.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Raised__Cosine.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rayleigh__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rayleigh__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Real__Timer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Real__Timer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Real__Timer.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rec__Syst__Conv__Code-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rec__Syst__Conv__Code.html
X%%PORTDOCS%%share/doc/itpp/html/det_8h.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Reed__Solomon-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Reed__Solomon.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Reed__Solomon.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rice__Fading__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rice__Fading__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rice__Fading__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rice__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Rice__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Root__Raised__Cosine-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Root__Raised__Cosine.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SISO.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Root__Raised__Cosine.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SISO-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__Format-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__Format.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__Format.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__IO__File-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__IO__File.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__IO__File.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__In__File-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__In__File.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__In__File.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__Out__File.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__Out__File-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1SND__Out__File.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1STC-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1STC.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sawtooth__Source-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sawtooth__Source.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Scalar__Quantizer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Scalar__Quantizer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Selective__Repeat__ARQ__Receiver-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Selective__Repeat__ARQ__Receiver.html
X%%PORTDOCS%%share/doc/itpp/html/dirs.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Selective__Repeat__ARQ__Sender-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Selective__Repeat__ARQ__Sender.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sequence__Interleaver-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sequence__Interleaver.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sequence__Number-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sequence__Number.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Signal-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Signal.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sine__Source-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sine__Source.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sink-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sink.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Slot-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Slot.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Slot.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sort-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sort.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sparse__Mat-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sparse__Mat.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sparse__Vec-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Sparse__Vec.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Spread__1d-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Spread__1d.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Spread__2d-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Spread__2d.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Square__Source-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Square__Source.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Stack-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Stack.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Stat-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Stat.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Static__Fading__Generator-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Static__Fading__Generator.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Static__Fading__Generator.png
X%%PORTDOCS%%share/doc/itpp/html/crc_8h.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Client__Application-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Client__Application.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Packet-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Packet.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Packet.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Receiver-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Receiver.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Receiver__Buffer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Receiver__Buffer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Segment-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Timer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Segment.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Sender-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Sender.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Server__Application-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TCP__Server__Application.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TDL__Channel-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TDL__Channel.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TTimer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1TTimer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Timer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Timer.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Vec.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Triangle__Source-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Triangle__Source.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Turbo__Codec-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Turbo__Codec.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Uniform__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Uniform__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Vec-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Vector__Quantizer-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Vector__Quantizer.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Weibull__RNG-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1Weibull__RNG.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bfstream-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bfstream.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bfstream.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bfstream__base-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bfstream__base.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bfstream__base.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bifstream-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bifstream.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bifstream.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bin-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bin.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bofstream-members.html
X%%PORTDOCS%%share/doc/itpp/html/converters_8h.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bofstream.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1bofstream.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__base-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__base.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__base.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__base__old-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__base__old.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__base__old.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__ifile.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__old-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__old.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__file__old.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__ifile-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__ifile.png
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__ifile__old-members.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__ifile__old.html
X%%PORTDOCS%%share/doc/itpp/html/classitpp_1_1it__ifile__old.png
X%%PORTDOCS%%share/doc/itpp/html/commfunc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/commfunc_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/config_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/convcode_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/convcode_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/converters_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/converters_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/converters_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/copy__vector_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/copy__vector_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/copy__vector_8h.html
X%%PORTDOCS%%share/doc/itpp/html/copy__vector_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/crc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/crc_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/det_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/det_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/dir_1528258f2b5e64cf432effd884612cc5.html
X%%PORTDOCS%%share/doc/itpp/html/dir_205b048afac7c024bf129400a010c458.html
X%%PORTDOCS%%share/doc/itpp/html/documentation.html
X%%PORTDOCS%%share/doc/itpp/html/dir_352f49fa2d6099023cb12f1a6af61ce2.html
X%%PORTDOCS%%share/doc/itpp/html/dir_4d33a411f6cde6f32c3a66c5d8dd41ab.html
X%%PORTDOCS%%share/doc/itpp/html/dir_68f623efabbef2cc6c76e21a6d138694.html
X%%PORTDOCS%%share/doc/itpp/html/dir_6ebd194cee710068b5c4ed565411d3f1.html
X%%PORTDOCS%%share/doc/itpp/html/dir_7d9e8e8fe01027eda08531f98a0817cc.html
X%%PORTDOCS%%share/doc/itpp/html/dir_907a67896620d9c5efe93091d5ab7e5e.html
X%%PORTDOCS%%share/doc/itpp/html/dir_c7a8a4dadd8784d07dff04c6d2927396.html
X%%PORTDOCS%%share/doc/itpp/html/dir_e3df610e7ac8a0b8b43cdb5d366f5eed.html
X%%PORTDOCS%%share/doc/itpp/html/dir_e3ed9a8c006d81fff958c20b31b1a643.html
X%%PORTDOCS%%share/doc/itpp/html/doxygen.css
X%%PORTDOCS%%share/doc/itpp/html/doxygen.png
X%%PORTDOCS%%share/doc/itpp/html/egolay_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/egolay_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/egolay_8h.html
X%%PORTDOCS%%share/doc/itpp/html/egolay_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/eigen_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/eigen_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/eigen_8h.html
X%%PORTDOCS%%share/doc/itpp/html/eigen_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/elem__math_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/elem__math_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/elem__math_8h.html
X%%PORTDOCS%%share/doc/itpp/html/elem__math_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/error_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/error_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/error_8h.html
X%%PORTDOCS%%share/doc/itpp/html/error_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/error__counters_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/error__counters_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/error__counters_8h.html
X%%PORTDOCS%%share/doc/itpp/html/error__counters_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/events_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/events_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/events_8h.html
X%%PORTDOCS%%share/doc/itpp/html/events_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/exit_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/exit_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/exit_8h.html
X%%PORTDOCS%%share/doc/itpp/html/exit_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/exit_pccc.html
X%%PORTDOCS%%share/doc/itpp/html/factory_8h.html
X%%PORTDOCS%%share/doc/itpp/html/factory_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fastica_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fastica_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fastica_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fastica_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fastmath_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fastmath_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fastmath_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fastmath_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/favicon.ico
X%%PORTDOCS%%share/doc/itpp/html/features.html
X%%PORTDOCS%%share/doc/itpp/html/files.html
X%%PORTDOCS%%share/doc/itpp/html/filter_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/filter_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/filter_8h.html
X%%PORTDOCS%%share/doc/itpp/html/filter_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/filter__design_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/filter__design_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/filter__design_8h.html
X%%PORTDOCS%%share/doc/itpp/html/filter__design_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fix_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fix_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__base_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fix__base_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__base_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fix__base_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__factory_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fix__factory_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__factory_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fix__factory_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__functions_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fix__functions_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__functions_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fix__functions_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__operators_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fix__operators_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fix__operators_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fix__operators_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/fixed_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/fixed_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/fixed_8h.html
X%%PORTDOCS%%share/doc/itpp/html/fixed_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/form_0.png
X%%PORTDOCS%%share/doc/itpp/html/form_1.png
X%%PORTDOCS%%share/doc/itpp/html/form_10.png
X%%PORTDOCS%%share/doc/itpp/html/form_100.png
X%%PORTDOCS%%share/doc/itpp/html/form_101.png
X%%PORTDOCS%%share/doc/itpp/html/form_102.png
X%%PORTDOCS%%share/doc/itpp/html/form_103.png
X%%PORTDOCS%%share/doc/itpp/html/form_104.png
X%%PORTDOCS%%share/doc/itpp/html/form_105.png
X%%PORTDOCS%%share/doc/itpp/html/form_106.png
X%%PORTDOCS%%share/doc/itpp/html/form_107.png
X%%PORTDOCS%%share/doc/itpp/html/form_108.png
X%%PORTDOCS%%share/doc/itpp/html/form_109.png
X%%PORTDOCS%%share/doc/itpp/html/form_11.png
X%%PORTDOCS%%share/doc/itpp/html/form_110.png
X%%PORTDOCS%%share/doc/itpp/html/form_111.png
X%%PORTDOCS%%share/doc/itpp/html/form_112.png
X%%PORTDOCS%%share/doc/itpp/html/form_113.png
X%%PORTDOCS%%share/doc/itpp/html/form_114.png
X%%PORTDOCS%%share/doc/itpp/html/form_115.png
X%%PORTDOCS%%share/doc/itpp/html/form_116.png
X%%PORTDOCS%%share/doc/itpp/html/form_117.png
X%%PORTDOCS%%share/doc/itpp/html/form_118.png
X%%PORTDOCS%%share/doc/itpp/html/form_119.png
X%%PORTDOCS%%share/doc/itpp/html/form_12.png
X%%PORTDOCS%%share/doc/itpp/html/form_120.png
X%%PORTDOCS%%share/doc/itpp/html/form_121.png
X%%PORTDOCS%%share/doc/itpp/html/form_122.png
X%%PORTDOCS%%share/doc/itpp/html/form_123.png
X%%PORTDOCS%%share/doc/itpp/html/form_124.png
X%%PORTDOCS%%share/doc/itpp/html/form_125.png
X%%PORTDOCS%%share/doc/itpp/html/form_126.png
X%%PORTDOCS%%share/doc/itpp/html/form_127.png
X%%PORTDOCS%%share/doc/itpp/html/form_128.png
X%%PORTDOCS%%share/doc/itpp/html/form_129.png
X%%PORTDOCS%%share/doc/itpp/html/form_13.png
X%%PORTDOCS%%share/doc/itpp/html/form_130.png
X%%PORTDOCS%%share/doc/itpp/html/form_131.png
X%%PORTDOCS%%share/doc/itpp/html/form_132.png
X%%PORTDOCS%%share/doc/itpp/html/form_133.png
X%%PORTDOCS%%share/doc/itpp/html/form_134.png
X%%PORTDOCS%%share/doc/itpp/html/form_135.png
X%%PORTDOCS%%share/doc/itpp/html/form_136.png
X%%PORTDOCS%%share/doc/itpp/html/form_137.png
X%%PORTDOCS%%share/doc/itpp/html/form_138.png
X%%PORTDOCS%%share/doc/itpp/html/form_139.png
X%%PORTDOCS%%share/doc/itpp/html/form_14.png
X%%PORTDOCS%%share/doc/itpp/html/form_140.png
X%%PORTDOCS%%share/doc/itpp/html/form_141.png
X%%PORTDOCS%%share/doc/itpp/html/form_142.png
X%%PORTDOCS%%share/doc/itpp/html/form_143.png
X%%PORTDOCS%%share/doc/itpp/html/form_144.png
X%%PORTDOCS%%share/doc/itpp/html/form_145.png
X%%PORTDOCS%%share/doc/itpp/html/form_146.png
X%%PORTDOCS%%share/doc/itpp/html/form_147.png
X%%PORTDOCS%%share/doc/itpp/html/form_148.png
X%%PORTDOCS%%share/doc/itpp/html/form_149.png
X%%PORTDOCS%%share/doc/itpp/html/form_15.png
X%%PORTDOCS%%share/doc/itpp/html/form_150.png
X%%PORTDOCS%%share/doc/itpp/html/form_151.png
X%%PORTDOCS%%share/doc/itpp/html/form_152.png
X%%PORTDOCS%%share/doc/itpp/html/form_153.png
X%%PORTDOCS%%share/doc/itpp/html/form_154.png
X%%PORTDOCS%%share/doc/itpp/html/form_155.png
X%%PORTDOCS%%share/doc/itpp/html/form_156.png
X%%PORTDOCS%%share/doc/itpp/html/form_157.png
X%%PORTDOCS%%share/doc/itpp/html/form_158.png
X%%PORTDOCS%%share/doc/itpp/html/form_159.png
X%%PORTDOCS%%share/doc/itpp/html/form_16.png
X%%PORTDOCS%%share/doc/itpp/html/form_160.png
X%%PORTDOCS%%share/doc/itpp/html/form_161.png
X%%PORTDOCS%%share/doc/itpp/html/form_162.png
X%%PORTDOCS%%share/doc/itpp/html/form_163.png
X%%PORTDOCS%%share/doc/itpp/html/form_164.png
X%%PORTDOCS%%share/doc/itpp/html/form_165.png
X%%PORTDOCS%%share/doc/itpp/html/form_166.png
X%%PORTDOCS%%share/doc/itpp/html/form_167.png
X%%PORTDOCS%%share/doc/itpp/html/form_168.png
X%%PORTDOCS%%share/doc/itpp/html/form_169.png
X%%PORTDOCS%%share/doc/itpp/html/form_17.png
X%%PORTDOCS%%share/doc/itpp/html/form_170.png
X%%PORTDOCS%%share/doc/itpp/html/form_171.png
X%%PORTDOCS%%share/doc/itpp/html/form_172.png
X%%PORTDOCS%%share/doc/itpp/html/form_173.png
X%%PORTDOCS%%share/doc/itpp/html/form_174.png
X%%PORTDOCS%%share/doc/itpp/html/form_175.png
X%%PORTDOCS%%share/doc/itpp/html/form_176.png
X%%PORTDOCS%%share/doc/itpp/html/form_177.png
X%%PORTDOCS%%share/doc/itpp/html/form_178.png
X%%PORTDOCS%%share/doc/itpp/html/form_179.png
X%%PORTDOCS%%share/doc/itpp/html/form_18.png
X%%PORTDOCS%%share/doc/itpp/html/form_180.png
X%%PORTDOCS%%share/doc/itpp/html/form_181.png
X%%PORTDOCS%%share/doc/itpp/html/form_182.png
X%%PORTDOCS%%share/doc/itpp/html/form_183.png
X%%PORTDOCS%%share/doc/itpp/html/form_184.png
X%%PORTDOCS%%share/doc/itpp/html/form_185.png
X%%PORTDOCS%%share/doc/itpp/html/form_186.png
X%%PORTDOCS%%share/doc/itpp/html/form_187.png
X%%PORTDOCS%%share/doc/itpp/html/form_188.png
X%%PORTDOCS%%share/doc/itpp/html/form_189.png
X%%PORTDOCS%%share/doc/itpp/html/form_19.png
X%%PORTDOCS%%share/doc/itpp/html/form_190.png
X%%PORTDOCS%%share/doc/itpp/html/form_191.png
X%%PORTDOCS%%share/doc/itpp/html/form_192.png
X%%PORTDOCS%%share/doc/itpp/html/form_193.png
X%%PORTDOCS%%share/doc/itpp/html/form_194.png
X%%PORTDOCS%%share/doc/itpp/html/form_195.png
X%%PORTDOCS%%share/doc/itpp/html/form_196.png
X%%PORTDOCS%%share/doc/itpp/html/form_197.png
X%%PORTDOCS%%share/doc/itpp/html/form_198.png
X%%PORTDOCS%%share/doc/itpp/html/form_199.png
X%%PORTDOCS%%share/doc/itpp/html/form_2.png
X%%PORTDOCS%%share/doc/itpp/html/form_20.png
X%%PORTDOCS%%share/doc/itpp/html/form_200.png
X%%PORTDOCS%%share/doc/itpp/html/form_201.png
X%%PORTDOCS%%share/doc/itpp/html/form_21.png
X%%PORTDOCS%%share/doc/itpp/html/form_202.png
X%%PORTDOCS%%share/doc/itpp/html/form_203.png
X%%PORTDOCS%%share/doc/itpp/html/form_204.png
X%%PORTDOCS%%share/doc/itpp/html/form_205.png
X%%PORTDOCS%%share/doc/itpp/html/form_206.png
X%%PORTDOCS%%share/doc/itpp/html/form_207.png
X%%PORTDOCS%%share/doc/itpp/html/form_208.png
X%%PORTDOCS%%share/doc/itpp/html/form_209.png
X%%PORTDOCS%%share/doc/itpp/html/form_210.png
X%%PORTDOCS%%share/doc/itpp/html/form_211.png
X%%PORTDOCS%%share/doc/itpp/html/form_212.png
X%%PORTDOCS%%share/doc/itpp/html/form_213.png
X%%PORTDOCS%%share/doc/itpp/html/form_214.png
X%%PORTDOCS%%share/doc/itpp/html/form_215.png
X%%PORTDOCS%%share/doc/itpp/html/form_216.png
X%%PORTDOCS%%share/doc/itpp/html/form_217.png
X%%PORTDOCS%%share/doc/itpp/html/form_218.png
X%%PORTDOCS%%share/doc/itpp/html/form_219.png
X%%PORTDOCS%%share/doc/itpp/html/form_22.png
X%%PORTDOCS%%share/doc/itpp/html/form_220.png
X%%PORTDOCS%%share/doc/itpp/html/form_221.png
X%%PORTDOCS%%share/doc/itpp/html/form_222.png
X%%PORTDOCS%%share/doc/itpp/html/form_223.png
X%%PORTDOCS%%share/doc/itpp/html/form_224.png
X%%PORTDOCS%%share/doc/itpp/html/form_225.png
X%%PORTDOCS%%share/doc/itpp/html/form_226.png
X%%PORTDOCS%%share/doc/itpp/html/form_227.png
X%%PORTDOCS%%share/doc/itpp/html/form_228.png
X%%PORTDOCS%%share/doc/itpp/html/form_229.png
X%%PORTDOCS%%share/doc/itpp/html/form_23.png
X%%PORTDOCS%%share/doc/itpp/html/form_230.png
X%%PORTDOCS%%share/doc/itpp/html/form_231.png
X%%PORTDOCS%%share/doc/itpp/html/form_232.png
X%%PORTDOCS%%share/doc/itpp/html/form_233.png
X%%PORTDOCS%%share/doc/itpp/html/form_234.png
X%%PORTDOCS%%share/doc/itpp/html/form_235.png
X%%PORTDOCS%%share/doc/itpp/html/form_236.png
X%%PORTDOCS%%share/doc/itpp/html/form_237.png
X%%PORTDOCS%%share/doc/itpp/html/form_238.png
X%%PORTDOCS%%share/doc/itpp/html/form_239.png
X%%PORTDOCS%%share/doc/itpp/html/form_24.png
X%%PORTDOCS%%share/doc/itpp/html/form_240.png
X%%PORTDOCS%%share/doc/itpp/html/form_241.png
X%%PORTDOCS%%share/doc/itpp/html/form_242.png
X%%PORTDOCS%%share/doc/itpp/html/form_243.png
X%%PORTDOCS%%share/doc/itpp/html/form_244.png
X%%PORTDOCS%%share/doc/itpp/html/form_245.png
X%%PORTDOCS%%share/doc/itpp/html/form_246.png
X%%PORTDOCS%%share/doc/itpp/html/form_247.png
X%%PORTDOCS%%share/doc/itpp/html/form_248.png
X%%PORTDOCS%%share/doc/itpp/html/form_249.png
X%%PORTDOCS%%share/doc/itpp/html/form_25.png
X%%PORTDOCS%%share/doc/itpp/html/form_250.png
X%%PORTDOCS%%share/doc/itpp/html/form_251.png
X%%PORTDOCS%%share/doc/itpp/html/form_252.png
X%%PORTDOCS%%share/doc/itpp/html/form_253.png
X%%PORTDOCS%%share/doc/itpp/html/form_254.png
X%%PORTDOCS%%share/doc/itpp/html/form_255.png
X%%PORTDOCS%%share/doc/itpp/html/form_256.png
X%%PORTDOCS%%share/doc/itpp/html/form_257.png
X%%PORTDOCS%%share/doc/itpp/html/form_258.png
X%%PORTDOCS%%share/doc/itpp/html/form_259.png
X%%PORTDOCS%%share/doc/itpp/html/form_26.png
X%%PORTDOCS%%share/doc/itpp/html/form_260.png
X%%PORTDOCS%%share/doc/itpp/html/form_261.png
X%%PORTDOCS%%share/doc/itpp/html/form_262.png
X%%PORTDOCS%%share/doc/itpp/html/form_263.png
X%%PORTDOCS%%share/doc/itpp/html/form_264.png
X%%PORTDOCS%%share/doc/itpp/html/form_265.png
X%%PORTDOCS%%share/doc/itpp/html/form_266.png
X%%PORTDOCS%%share/doc/itpp/html/form_267.png
X%%PORTDOCS%%share/doc/itpp/html/form_268.png
X%%PORTDOCS%%share/doc/itpp/html/form_269.png
X%%PORTDOCS%%share/doc/itpp/html/form_27.png
X%%PORTDOCS%%share/doc/itpp/html/form_270.png
X%%PORTDOCS%%share/doc/itpp/html/form_271.png
X%%PORTDOCS%%share/doc/itpp/html/form_272.png
X%%PORTDOCS%%share/doc/itpp/html/form_273.png
X%%PORTDOCS%%share/doc/itpp/html/form_274.png
X%%PORTDOCS%%share/doc/itpp/html/form_275.png
X%%PORTDOCS%%share/doc/itpp/html/form_276.png
X%%PORTDOCS%%share/doc/itpp/html/form_277.png
X%%PORTDOCS%%share/doc/itpp/html/form_278.png
X%%PORTDOCS%%share/doc/itpp/html/form_279.png
X%%PORTDOCS%%share/doc/itpp/html/form_28.png
X%%PORTDOCS%%share/doc/itpp/html/form_280.png
X%%PORTDOCS%%share/doc/itpp/html/form_281.png
X%%PORTDOCS%%share/doc/itpp/html/form_282.png
X%%PORTDOCS%%share/doc/itpp/html/form_283.png
X%%PORTDOCS%%share/doc/itpp/html/form_284.png
X%%PORTDOCS%%share/doc/itpp/html/form_285.png
X%%PORTDOCS%%share/doc/itpp/html/form_286.png
X%%PORTDOCS%%share/doc/itpp/html/form_287.png
X%%PORTDOCS%%share/doc/itpp/html/form_288.png
X%%PORTDOCS%%share/doc/itpp/html/form_289.png
X%%PORTDOCS%%share/doc/itpp/html/form_29.png
X%%PORTDOCS%%share/doc/itpp/html/form_290.png
X%%PORTDOCS%%share/doc/itpp/html/form_291.png
X%%PORTDOCS%%share/doc/itpp/html/form_292.png
X%%PORTDOCS%%share/doc/itpp/html/form_293.png
X%%PORTDOCS%%share/doc/itpp/html/form_294.png
X%%PORTDOCS%%share/doc/itpp/html/form_295.png
X%%PORTDOCS%%share/doc/itpp/html/form_296.png
X%%PORTDOCS%%share/doc/itpp/html/form_297.png
X%%PORTDOCS%%share/doc/itpp/html/form_298.png
X%%PORTDOCS%%share/doc/itpp/html/form_299.png
X%%PORTDOCS%%share/doc/itpp/html/form_3.png
X%%PORTDOCS%%share/doc/itpp/html/form_30.png
X%%PORTDOCS%%share/doc/itpp/html/form_300.png
X%%PORTDOCS%%share/doc/itpp/html/form_31.png
X%%PORTDOCS%%share/doc/itpp/html/form_32.png
X%%PORTDOCS%%share/doc/itpp/html/form_33.png
X%%PORTDOCS%%share/doc/itpp/html/form_34.png
X%%PORTDOCS%%share/doc/itpp/html/form_35.png
X%%PORTDOCS%%share/doc/itpp/html/form_36.png
X%%PORTDOCS%%share/doc/itpp/html/form_37.png
X%%PORTDOCS%%share/doc/itpp/html/form_38.png
X%%PORTDOCS%%share/doc/itpp/html/form_39.png
X%%PORTDOCS%%share/doc/itpp/html/form_4.png
X%%PORTDOCS%%share/doc/itpp/html/form_40.png
X%%PORTDOCS%%share/doc/itpp/html/form_41.png
X%%PORTDOCS%%share/doc/itpp/html/form_42.png
X%%PORTDOCS%%share/doc/itpp/html/form_43.png
X%%PORTDOCS%%share/doc/itpp/html/form_44.png
X%%PORTDOCS%%share/doc/itpp/html/form_45.png
X%%PORTDOCS%%share/doc/itpp/html/form_46.png
X%%PORTDOCS%%share/doc/itpp/html/form_47.png
X%%PORTDOCS%%share/doc/itpp/html/form_48.png
X%%PORTDOCS%%share/doc/itpp/html/form_49.png
X%%PORTDOCS%%share/doc/itpp/html/form_5.png
X%%PORTDOCS%%share/doc/itpp/html/form_50.png
X%%PORTDOCS%%share/doc/itpp/html/form_51.png
X%%PORTDOCS%%share/doc/itpp/html/form_52.png
X%%PORTDOCS%%share/doc/itpp/html/form_53.png
X%%PORTDOCS%%share/doc/itpp/html/form_54.png
X%%PORTDOCS%%share/doc/itpp/html/form_55.png
X%%PORTDOCS%%share/doc/itpp/html/form_56.png
X%%PORTDOCS%%share/doc/itpp/html/form_57.png
X%%PORTDOCS%%share/doc/itpp/html/form_58.png
X%%PORTDOCS%%share/doc/itpp/html/form_59.png
X%%PORTDOCS%%share/doc/itpp/html/form_6.png
X%%PORTDOCS%%share/doc/itpp/html/form_60.png
X%%PORTDOCS%%share/doc/itpp/html/form_61.png
X%%PORTDOCS%%share/doc/itpp/html/form_62.png
X%%PORTDOCS%%share/doc/itpp/html/form_63.png
X%%PORTDOCS%%share/doc/itpp/html/form_64.png
X%%PORTDOCS%%share/doc/itpp/html/form_65.png
X%%PORTDOCS%%share/doc/itpp/html/form_66.png
X%%PORTDOCS%%share/doc/itpp/html/form_67.png
X%%PORTDOCS%%share/doc/itpp/html/form_68.png
X%%PORTDOCS%%share/doc/itpp/html/form_69.png
X%%PORTDOCS%%share/doc/itpp/html/form_7.png
X%%PORTDOCS%%share/doc/itpp/html/form_70.png
X%%PORTDOCS%%share/doc/itpp/html/form_71.png
X%%PORTDOCS%%share/doc/itpp/html/form_72.png
X%%PORTDOCS%%share/doc/itpp/html/form_73.png
X%%PORTDOCS%%share/doc/itpp/html/form_74.png
X%%PORTDOCS%%share/doc/itpp/html/form_75.png
X%%PORTDOCS%%share/doc/itpp/html/form_76.png
X%%PORTDOCS%%share/doc/itpp/html/form_77.png
X%%PORTDOCS%%share/doc/itpp/html/form_78.png
X%%PORTDOCS%%share/doc/itpp/html/form_79.png
X%%PORTDOCS%%share/doc/itpp/html/form_8.png
X%%PORTDOCS%%share/doc/itpp/html/form_80.png
X%%PORTDOCS%%share/doc/itpp/html/form_81.png
X%%PORTDOCS%%share/doc/itpp/html/form_82.png
X%%PORTDOCS%%share/doc/itpp/html/form_83.png
X%%PORTDOCS%%share/doc/itpp/html/form_84.png
X%%PORTDOCS%%share/doc/itpp/html/form_85.png
X%%PORTDOCS%%share/doc/itpp/html/form_86.png
X%%PORTDOCS%%share/doc/itpp/html/form_87.png
X%%PORTDOCS%%share/doc/itpp/html/form_88.png
X%%PORTDOCS%%share/doc/itpp/html/form_89.png
X%%PORTDOCS%%share/doc/itpp/html/form_9.png
X%%PORTDOCS%%share/doc/itpp/html/form_90.png
X%%PORTDOCS%%share/doc/itpp/html/form_91.png
X%%PORTDOCS%%share/doc/itpp/html/form_92.png
X%%PORTDOCS%%share/doc/itpp/html/form_93.png
X%%PORTDOCS%%share/doc/itpp/html/form_94.png
X%%PORTDOCS%%share/doc/itpp/html/form_95.png
X%%PORTDOCS%%share/doc/itpp/html/form_96.png
X%%PORTDOCS%%share/doc/itpp/html/form_97.png
X%%PORTDOCS%%share/doc/itpp/html/form_98.png
X%%PORTDOCS%%share/doc/itpp/html/form_99.png
X%%PORTDOCS%%share/doc/itpp/html/formula.repository
X%%PORTDOCS%%share/doc/itpp/html/freq__filt_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/freq__filt_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/freq__filt_8h.html
X%%PORTDOCS%%share/doc/itpp/html/freq__filt_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/front__drop__queue_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/front__drop__queue_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/front__drop__queue_8h.html
X%%PORTDOCS%%share/doc/itpp/html/front__drop__queue_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/functions.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x61.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x62.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x63.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x64.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x65.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x66.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x67.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x68.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x69.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x6a.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x6b.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x6c.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x6d.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x6e.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x6f.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x70.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x71.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x72.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x73.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x74.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x75.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x76.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x77.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x78.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x7a.html
X%%PORTDOCS%%share/doc/itpp/html/functions_0x7e.html
X%%PORTDOCS%%share/doc/itpp/html/functions_enum.html
X%%PORTDOCS%%share/doc/itpp/html/functions_eval.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x61.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x62.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x63.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x64.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x65.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x66.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x67.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x68.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x69.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x6a.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x6c.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x6d.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x6e.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x6f.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x70.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x71.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x72.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x73.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x74.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x75.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x76.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x77.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x7a.html
X%%PORTDOCS%%share/doc/itpp/html/functions_func_0x7e.html
X%%PORTDOCS%%share/doc/itpp/html/functions_rela.html
X%%PORTDOCS%%share/doc/itpp/html/functions_type.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x61.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x62.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x63.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x64.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x65.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x66.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x67.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x68.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x69.html
X%%PORTDOCS%%share/doc/itpp/html/galois_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x6b.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x6c.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x6d.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x6e.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x6f.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x70.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x71.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x72.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x73.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x74.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x75.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x76.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x77.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x78.html
X%%PORTDOCS%%share/doc/itpp/html/functions_vars_0x7a.html
X%%PORTDOCS%%share/doc/itpp/html/galois_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/galois_8h.html
X%%PORTDOCS%%share/doc/itpp/html/galois_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/gf2mat_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/gf2mat_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/gf2mat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/gf2mat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/globals.html
X%%PORTDOCS%%share/doc/itpp/html/globals_defs.html
X%%PORTDOCS%%share/doc/itpp/html/globals_func.html
X%%PORTDOCS%%share/doc/itpp/html/globals_type.html
X%%PORTDOCS%%share/doc/itpp/html/globals_vars.html
X%%PORTDOCS%%share/doc/itpp/html/gmm_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/gmm_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/gmm_8h.html
X%%PORTDOCS%%share/doc/itpp/html/gmm_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/group__MOG.html
X%%PORTDOCS%%share/doc/itpp/html/group__algebra.html
X%%PORTDOCS%%share/doc/itpp/html/group__arr__vec__mat.html
X%%PORTDOCS%%share/doc/itpp/html/group__audio.html
X%%PORTDOCS%%share/doc/itpp/html/group__base.html
X%%PORTDOCS%%share/doc/itpp/html/group__besselfunctions.html
X%%PORTDOCS%%share/doc/itpp/html/group__channels.html
X%%PORTDOCS%%share/doc/itpp/html/group__comm.html
X%%PORTDOCS%%share/doc/itpp/html/group__convertfunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__dct.html
X%%PORTDOCS%%share/doc/itpp/html/group__determinant.html
X%%PORTDOCS%%share/doc/itpp/html/group__detsource.html
X%%PORTDOCS%%share/doc/itpp/html/group__diag.html
X%%PORTDOCS%%share/doc/itpp/html/group__errorfunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__errorhandlingfunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__fastica.html
X%%PORTDOCS%%share/doc/itpp/html/group__fec.html
X%%PORTDOCS%%share/doc/itpp/html/group__fft.html
X%%PORTDOCS%%share/doc/itpp/html/group__fht.html
X%%PORTDOCS%%share/doc/itpp/html/group__filters.html
X%%PORTDOCS%%share/doc/itpp/html/group__fixed.html
X%%PORTDOCS%%share/doc/itpp/html/group__histogram.html
X%%PORTDOCS%%share/doc/itpp/html/group__hypfunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__image.html
X%%PORTDOCS%%share/doc/itpp/html/group__integration.html
X%%PORTDOCS%%share/doc/itpp/html/group__interl.html
X%%PORTDOCS%%share/doc/itpp/html/group__inverse.html
X%%PORTDOCS%%share/doc/itpp/html/group__itfile.html
X%%PORTDOCS%%share/doc/itpp/html/group__linearequations.html
X%%PORTDOCS%%share/doc/itpp/html/group__logexpfunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__lpc.html
X%%PORTDOCS%%share/doc/itpp/html/group__math.html
X%%PORTDOCS%%share/doc/itpp/html/group__matrix__functions.html
X%%PORTDOCS%%share/doc/itpp/html/group__matrixdecomp.html
X%%PORTDOCS%%share/doc/itpp/html/group__mexfiles.html
X%%PORTDOCS%%share/doc/itpp/html/group__misccommfunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__miscfunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__modulators.html
X%%PORTDOCS%%share/doc/itpp/html/group__optimization.html
X%%PORTDOCS%%share/doc/itpp/html/group__parser.html
X%%PORTDOCS%%share/doc/itpp/html/group__poly.html
X%%PORTDOCS%%share/doc/itpp/html/group__protocol.html
X%%PORTDOCS%%share/doc/itpp/html/group__randgen.html
X%%PORTDOCS%%share/doc/itpp/html/group__resampling.html
X%%PORTDOCS%%share/doc/itpp/html/group__reshaping.html
X%%PORTDOCS%%share/doc/itpp/html/group__sequence.html
X%%PORTDOCS%%share/doc/itpp/html/group__signal.html
X%%PORTDOCS%%share/doc/itpp/html/group__sigproc.html
X%%PORTDOCS%%share/doc/itpp/html/group__sourcecoding.html
X%%PORTDOCS%%share/doc/itpp/html/group__specmat.html
X%%PORTDOCS%%share/doc/itpp/html/group__srccode.html
X%%PORTDOCS%%share/doc/itpp/html/group__stat.html
X%%PORTDOCS%%share/doc/itpp/html/group__statistics.html
X%%PORTDOCS%%share/doc/itpp/html/group__timers.html
X%%PORTDOCS%%share/doc/itpp/html/group__transforms.html
X%%PORTDOCS%%share/doc/itpp/html/group__trifunc.html
X%%PORTDOCS%%share/doc/itpp/html/group__windfunc.html
X%%PORTDOCS%%share/doc/itpp/html/hammcode_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/hammcode_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/hammcode_8h.html
X%%PORTDOCS%%share/doc/itpp/html/hammcode_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/help__functions_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/help__functions_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/help__functions_8h.html
X%%PORTDOCS%%share/doc/itpp/html/help__functions_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/help_wanted.html
X%%PORTDOCS%%share/doc/itpp/html/hierarchy.html
X%%PORTDOCS%%share/doc/itpp/html/histogram_8h.html
X%%PORTDOCS%%share/doc/itpp/html/histogram_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/index.html
X%%PORTDOCS%%share/doc/itpp/html/installation.html
X%%PORTDOCS%%share/doc/itpp/html/installdox
X%%PORTDOCS%%share/doc/itpp/html/integration_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/integration_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/integration_8h.html
X%%PORTDOCS%%share/doc/itpp/html/integration_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/interleave_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/interleave_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/interleave_8h.html
X%%PORTDOCS%%share/doc/itpp/html/interleave_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/interleaver.html
X%%PORTDOCS%%share/doc/itpp/html/inv_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/inv_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/inv_8h.html
X%%PORTDOCS%%share/doc/itpp/html/inv_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itassert_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/itassert_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/itassert_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itassert_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itbase_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itbase_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itcomm_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itcomm_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itcompat_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/itcompat_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/itcompat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itcompat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itfile.html
X%%PORTDOCS%%share/doc/itpp/html/itfile_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/itfile_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/itfile_8h.html
X%%PORTDOCS%%share/doc/itpp/html/llr_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itfile_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itfixed_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itfixed_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itmex_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itmex_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itoptim_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itoptim_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itpp_logo.png
X%%PORTDOCS%%share/doc/itpp/html/itprotocol_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itprotocol_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itsignal_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itsignal_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itsrccode_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itsrccode_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/itstat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/itstat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/ittypes_8h.html
X%%PORTDOCS%%share/doc/itpp/html/lu_8h.html
X%%PORTDOCS%%share/doc/itpp/html/ittypes_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/ldpc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/ldpc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/ldpc_8h.html
X%%PORTDOCS%%share/doc/itpp/html/ldpc_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/ldpc_bersim_awgn.html
X%%PORTDOCS%%share/doc/itpp/html/ldpc_gen_codes.html
X%%PORTDOCS%%share/doc/itpp/html/linking.html
X%%PORTDOCS%%share/doc/itpp/html/llr_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/llr_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/llr_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/log__exp_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/log__exp_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/log__exp_8h.html
X%%PORTDOCS%%share/doc/itpp/html/log__exp_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/lpcfunc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/lpcfunc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/lpcfunc_8h.html
X%%PORTDOCS%%share/doc/itpp/html/lpcfunc_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/ls__solve_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/ls__solve_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/ls__solve_8h.html
X%%PORTDOCS%%share/doc/itpp/html/ls__solve_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/lu_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/lu_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/lu_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/mat_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/mat_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/mat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/mat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/matfunc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/matfunc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/matfunc_8h.html
X%%PORTDOCS%%share/doc/itpp/html/matfunc_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/mimoconv.html
X%%PORTDOCS%%share/doc/itpp/html/matlab_itpp.html
X%%PORTDOCS%%share/doc/itpp/html/min__max_8h.html
X%%PORTDOCS%%share/doc/itpp/html/min__max_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/misc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/misc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/misc_8h.html
X%%PORTDOCS%%share/doc/itpp/html/misc_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/misc__stat_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/misc__stat_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/misc__stat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/misc__stat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/modulator_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/modulator_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/modulator_8h.html
X%%PORTDOCS%%share/doc/itpp/html/modulator_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/modulator__nd_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/modules.html
X%%PORTDOCS%%share/doc/itpp/html/modulator__nd_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/modulator__nd_8h.html
X%%PORTDOCS%%share/doc/itpp/html/modulator__nd_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/mog.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag_8h.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__em_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__em_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__em_8h.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__em_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__kmeans_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__kmeans_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/namespaceitpp.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__kmeans_8h.html
X%%PORTDOCS%%share/doc/itpp/html/mog__diag__kmeans_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/mog__generic_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/mog__generic_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/mog__generic_8h.html
X%%PORTDOCS%%share/doc/itpp/html/mog__generic_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x61.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x62.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x63.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x64.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x65.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x66.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x67.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x68.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x69.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x6a.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x6b.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x6c.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x6d.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x6e.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x6f.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x70.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x71.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x72.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x73.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x74.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x75.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x76.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x77.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x78.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x79.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_0x7a.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_enum.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_eval.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x62.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x63.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x64.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x65.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x66.html
X%%PORTDOCS%%share/doc/itpp/html/namespaces.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x67.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x68.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x69.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x6a.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x6b.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x6c.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x6d.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x6e.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x6f.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x70.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x71.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x72.html
X%%PORTDOCS%%share/doc/itpp/html/namespacestd.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x73.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x74.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x75.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x76.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x77.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x78.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x79.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_func_0x7a.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_type.html
X%%PORTDOCS%%share/doc/itpp/html/namespacemembers_vars.html
X%%PORTDOCS%%share/doc/itpp/html/nav_f.png
X%%PORTDOCS%%share/doc/itpp/html/nav_h.png
X%%PORTDOCS%%share/doc/itpp/html/newton__search_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/newton__search_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/newton__search_8h.html
X%%PORTDOCS%%share/doc/itpp/html/newton__search_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/ofdm_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/ofdm_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/ofdm_8h.html
X%%PORTDOCS%%share/doc/itpp/html/ofdm_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/open.png
X%%PORTDOCS%%share/doc/itpp/html/operators_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/operators_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/operators_8h.html
X%%PORTDOCS%%share/doc/itpp/html/operators_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/packet_8h.html
X%%PORTDOCS%%share/doc/itpp/html/packet_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/packet__channel_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/packet__channel_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/packet__channel_8h.html
X%%PORTDOCS%%share/doc/itpp/html/packet__channel_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/packet__generator_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/packet__generator_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/packet__generator_8h.html
X%%PORTDOCS%%share/doc/itpp/html/packet__generator_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/pages.html
X%%PORTDOCS%%share/doc/itpp/html/parser_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/parser_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/parser_8h.html
X%%PORTDOCS%%share/doc/itpp/html/parser_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/pccc_bersim_awgn.html
X%%PORTDOCS%%share/doc/itpp/html/pnm_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/pnm_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/pnm_8h.html
X%%PORTDOCS%%share/doc/itpp/html/pnm_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/poly_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/poly_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/poly_8h.html
X%%PORTDOCS%%share/doc/itpp/html/poly_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/pulse__shape_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/pulse__shape_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/pulse__shape_8h.html
X%%PORTDOCS%%share/doc/itpp/html/pulse__shape_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/punct__convcode_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/punct__convcode_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/punct__convcode_8h.html
X%%PORTDOCS%%share/doc/itpp/html/punct__convcode_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/qpsk_simulation.html
X%%PORTDOCS%%share/doc/itpp/html/qr_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/qr_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/qr_8h.html
X%%PORTDOCS%%share/doc/itpp/html/qr_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/random_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/random_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/random_8h.html
X%%PORTDOCS%%share/doc/itpp/html/random_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/random__dsfmt_8h.html
X%%PORTDOCS%%share/doc/itpp/html/random__dsfmt_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/rayleigh.html
X%%PORTDOCS%%share/doc/itpp/html/rec__syst__conv__code_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/rec__syst__conv__code_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/rec__syst__conv__code_8h.html
X%%PORTDOCS%%share/doc/itpp/html/rec__syst__conv__code_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/reedsolomon.html
X%%PORTDOCS%%share/doc/itpp/html/reedsolomon_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/reedsolomon_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/schur_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/reedsolomon_8h.html
X%%PORTDOCS%%share/doc/itpp/html/reedsolomon_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/resampling_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/resampling_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/resampling_8h.html
X%%PORTDOCS%%share/doc/itpp/html/resampling_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/sccc_bersim_awgn.html
X%%PORTDOCS%%share/doc/itpp/html/schur_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/schur_8h.html
X%%PORTDOCS%%share/doc/itpp/html/schur_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/selective__repeat_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/selective__repeat_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/selective__repeat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/selective__repeat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/sequence_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/sequence_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/sequence_8h.html
X%%PORTDOCS%%share/doc/itpp/html/sequence_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/sigfun_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/sigfun_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/sigfun_8h.html
X%%PORTDOCS%%share/doc/itpp/html/sigfun_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/signals__slots_8h.html
X%%PORTDOCS%%share/doc/itpp/html/signals__slots_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/siso_8h.html
X%%PORTDOCS%%share/doc/itpp/html/siso_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/siso__dem_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/siso__dem_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/siso__eq_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/siso__eq_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/siso__mud_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/spread.html
X%%PORTDOCS%%share/doc/itpp/html/siso__mud_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/siso__nsc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/siso__nsc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/siso__rsc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/siso__rsc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/smat_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/smat_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/smat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/smat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/sort_8h.html
X%%PORTDOCS%%share/doc/itpp/html/sort_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/source_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/source_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/source_8h.html
X%%PORTDOCS%%share/doc/itpp/html/source_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/specmat_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/specmat_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/specmat_8h.html
X%%PORTDOCS%%share/doc/itpp/html/specmat_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/spread_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/spread_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/spread_8h.html
X%%PORTDOCS%%share/doc/itpp/html/spread_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/stack_8h.html
X%%PORTDOCS%%share/doc/itpp/html/stack_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/stc_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/stc_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/stc_8h.html
X%%PORTDOCS%%share/doc/itpp/html/stc_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1Compare__Base__Event__Times-members.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1Compare__Base__Event__Times.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1TCP__Packet_1_1TDebugInfo.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1TCP__Packet_1_1TDebugInfo-members.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base_1_1data__header-members.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base_1_1data__header.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base_1_1file__header-members.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base_1_1file__header.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base__old_1_1data__header-members.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base__old_1_1data__header.html
X%%PORTDOCS%%share/doc/itpp/html/svd_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/svd_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base__old_1_1file__header-members.html
X%%PORTDOCS%%share/doc/itpp/html/structitpp_1_1it__file__base__old_1_1file__header.html
X%%PORTDOCS%%share/doc/itpp/html/svd_8h.html
X%%PORTDOCS%%share/doc/itpp/html/svd_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/svec_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/svec_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/svec_8h.html
X%%PORTDOCS%%share/doc/itpp/html/svec_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/tab_a.png
X%%PORTDOCS%%share/doc/itpp/html/tab_b.png
X%%PORTDOCS%%share/doc/itpp/html/tab_h.png
X%%PORTDOCS%%share/doc/itpp/html/tab_s.png
X%%PORTDOCS%%share/doc/itpp/html/tabs.css
X%%PORTDOCS%%share/doc/itpp/html/tcp_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/tcp_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/tcp_8h.html
X%%PORTDOCS%%share/doc/itpp/html/tcp_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/tcp__client__server_8h.html
X%%PORTDOCS%%share/doc/itpp/html/tcp__client__server_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/test.html
X%%PORTDOCS%%share/doc/itpp/html/timer.html
X%%PORTDOCS%%share/doc/itpp/html/timing_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/timing_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/timing_8h.html
X%%PORTDOCS%%share/doc/itpp/html/timing_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/transforms_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/transforms_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/transforms_8h.html
X%%PORTDOCS%%share/doc/itpp/html/transforms_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/trig__hyp_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/trig__hyp_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/trig__hyp_8h.html
X%%PORTDOCS%%share/doc/itpp/html/trig__hyp_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/turbo_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/turbo_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/turbo_8h.html
X%%PORTDOCS%%share/doc/itpp/html/turbo_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/turbo_equalizer_bersim_multipath.html
X%%PORTDOCS%%share/doc/itpp/html/tutorial.html
X%%PORTDOCS%%share/doc/itpp/html/users_guide.html
X%%PORTDOCS%%share/doc/itpp/html/vec_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/vec_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/vec_8h.html
X%%PORTDOCS%%share/doc/itpp/html/vec_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/vector_and_matrix.html
X%%PORTDOCS%%share/doc/itpp/html/verification.html
X%%PORTDOCS%%share/doc/itpp/html/vq_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/vq_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/vq_8h.html
X%%PORTDOCS%%share/doc/itpp/html/vq_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/vqtrain_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/vqtrain_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/vqtrain_8h.html
X%%PORTDOCS%%share/doc/itpp/html/vqtrain_8h_source.html
X%%PORTDOCS%%share/doc/itpp/html/window_8cpp.html
X%%PORTDOCS%%share/doc/itpp/html/window_8cpp_source.html
X%%PORTDOCS%%share/doc/itpp/html/window_8h.html
X%%PORTDOCS%%share/doc/itpp/html/window_8h_source.html
X%%PORTDOCS%%@dirrm share/doc/itpp/html
X%%PORTDOCS%%@dirrm share/doc/itpp
4f543a72a75bb927af73d32648a02833
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112021034.pB2AYJ65096194>