freebsd-ports/math/jags/pkg-plist

115 lines
3.7 KiB
Text
Raw Normal View History

bin/mcmc-jags
include/JAGS/Console.h
include/JAGS/JRmath.h
include/JAGS/Module.h
include/JAGS/compiler/Compiler.h
include/JAGS/compiler/ConstantFactory.h
include/JAGS/compiler/Counter.h
include/JAGS/compiler/CounterTab.h
include/JAGS/compiler/LogicalFactory.h
include/JAGS/compiler/MixtureFactory.h
include/JAGS/compiler/NodeFactory.h
include/JAGS/compiler/ObsFuncTab.h
include/JAGS/compiler/ParseTree.h
include/JAGS/distribution/ArrayDist.h
2011-07-31 00:07:18 +02:00
include/JAGS/distribution/DistError.h
include/JAGS/distribution/DistPtr.h
include/JAGS/distribution/DistTab.h
include/JAGS/distribution/Distribution.h
include/JAGS/distribution/ScalarDist.h
include/JAGS/distribution/VectorDist.h
include/JAGS/function/ArrayFunction.h
2011-07-31 00:07:18 +02:00
include/JAGS/function/FuncError.h
include/JAGS/function/FuncTab.h
include/JAGS/function/Function.h
include/JAGS/function/FunctionPtr.h
include/JAGS/function/LinkFunction.h
include/JAGS/function/ScalarFunction.h
include/JAGS/function/VectorFunction.h
include/JAGS/graph/AggNode.h
include/JAGS/graph/ArrayLogicalNode.h
include/JAGS/graph/ArrayStochasticNode.h
include/JAGS/graph/ConstantNode.h
include/JAGS/graph/DeterministicNode.h
include/JAGS/graph/Graph.h
include/JAGS/graph/GraphMarks.h
include/JAGS/graph/LinkNode.h
include/JAGS/graph/LogicalNode.h
include/JAGS/graph/MixtureNode.h
include/JAGS/graph/Node.h
include/JAGS/graph/NodeError.h
include/JAGS/graph/ScalarLogicalNode.h
include/JAGS/graph/ScalarStochasticNode.h
include/JAGS/graph/StochasticNode.h
include/JAGS/graph/VSLogicalNode.h
include/JAGS/graph/VectorLogicalNode.h
include/JAGS/graph/VectorStochasticNode.h
include/JAGS/model/BUGSModel.h
include/JAGS/model/Model.h
include/JAGS/model/Monitor.h
include/JAGS/model/MonitorControl.h
include/JAGS/model/MonitorFactory.h
include/JAGS/model/MonitorInfo.h
include/JAGS/model/NodeArray.h
include/JAGS/model/SymTab.h
2011-07-31 00:07:18 +02:00
include/JAGS/module/ModuleError.h
include/JAGS/rng/RNG.h
include/JAGS/rng/RmathRNG.h
include/JAGS/rng/RNGFactory.h
include/JAGS/rng/TruncatedNormal.h
include/JAGS/sampler/GraphView.h
include/JAGS/sampler/Linear.h
include/JAGS/sampler/Metropolis.h
include/JAGS/sampler/ParallelSampler.h
include/JAGS/sampler/RWMetropolis.h
include/JAGS/sampler/SampleMethod.h
include/JAGS/sampler/Sampler.h
include/JAGS/sampler/SamplerFactory.h
include/JAGS/sampler/SingletonFactory.h
include/JAGS/sampler/Slicer.h
include/JAGS/sampler/StepAdapter.h
include/JAGS/sampler/TemperedMetropolis.h
include/JAGS/sarray/Range.h
include/JAGS/sarray/RangeIterator.h
include/JAGS/sarray/SArray.h
include/JAGS/util/dim.h
include/JAGS/util/integer.h
include/JAGS/util/logical.h
include/JAGS/util/nainf.h
include/JAGS/version.h
2011-07-31 00:07:18 +02:00
lib/JAGS/modules-%%MODULEVERSION%%/basemod.la
lib/JAGS/modules-%%MODULEVERSION%%/basemod.so
lib/JAGS/modules-%%MODULEVERSION%%/bugs.la
lib/JAGS/modules-%%MODULEVERSION%%/bugs.so
lib/JAGS/modules-%%MODULEVERSION%%/dic.la
lib/JAGS/modules-%%MODULEVERSION%%/dic.so
lib/JAGS/modules-%%MODULEVERSION%%/glm.la
lib/JAGS/modules-%%MODULEVERSION%%/glm.so
lib/JAGS/modules-%%MODULEVERSION%%/lecuyer.la
lib/JAGS/modules-%%MODULEVERSION%%/lecuyer.so
lib/JAGS/modules-%%MODULEVERSION%%/mix.la
lib/JAGS/modules-%%MODULEVERSION%%/mix.so
lib/JAGS/modules-%%MODULEVERSION%%/msm.la
lib/JAGS/modules-%%MODULEVERSION%%/msm.so
lib/libjags.la
lib/libjags.so
2011-07-31 00:07:18 +02:00
lib/libjags.so.3
lib/libjrmath.la
lib/libjrmath.so
lib/libjrmath.so.0
libdata/pkgconfig/jags.pc
libexec/jags-terminal
2011-07-31 00:07:18 +02:00
@dirrm lib/JAGS/modules-%%MODULEVERSION%%
@dirrm lib/JAGS
@dirrm include/JAGS/util
@dirrm include/JAGS/sarray
@dirrm include/JAGS/sampler
@dirrm include/JAGS/rng
2011-07-31 00:07:18 +02:00
@dirrm include/JAGS/module
@dirrm include/JAGS/model
@dirrm include/JAGS/graph
@dirrm include/JAGS/function
@dirrm include/JAGS/distribution
@dirrm include/JAGS/compiler
@dirrm include/JAGS