x
Yes
No
Do you want to visit DriveHQ English website?
首页
产品服务
价格
免费试用
下载客户端
关于我们
云文件服务
|
云备份服务
|
FTP服务
|
企业邮箱服务
|
网站托管
|
客户端软件
云文件服务
云备份服务
FTP服务
企业级邮箱服务
网站托管
客户端软件
fwd.hpp - Hosted on DriveHQ Cloud IT Platform
返回上层目录
上传
下载
共享
发布
新建文件夹
新建文件
复制
剪切
删除
粘贴
评论
升级服务
路径: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\math\distributions\fwd.hpp
旋转
特效
属性
历史版本
// Copyright Paul A. Bristow 2007. // Copyright John Maddock 2007. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MATH_DISTRIBUTIONS_FWD_HPP #define BOOST_MATH_DISTRIBUTIONS_FWD_HPP namespace boost{ namespace math{ template
class bernoulli_distribution; template
class beta_distribution; template
class binomial_distribution; template
class cauchy_distribution; template
class chi_squared_distribution; template
class exponential_distribution; template
class extreme_value_distribution; template
class fisher_f_distribution; template
class gamma_distribution; template
class lognormal_distribution; template
class negative_binomial_distribution; template
class normal_distribution; template
class pareto_distribution; template
class poisson_distribution; template
class rayleigh_distribution; template
class students_t_distribution; template
class triangular_distribution; template
class uniform_distribution; template
class weibull_distribution; }} // namespaces #define BOOST_MATH_DECLARE_DISTRIBUTIONS(Type, Policy)\ typedef boost::math::bernoulli_distribution
bernoulli;\ typedef boost::math::beta_distribution
beta;\ typedef boost::math::binomial_distribution
binomial;\ typedef boost::math::cauchy_distribution
cauchy;\ typedef boost::math::chi_squared_distribution
chi_squared;\ typedef boost::math::exponential_distribution
exponential;\ typedef boost::math::extreme_value_distribution
extreme_value;\ typedef boost::math::fisher_f_distribution
fisher_f;\ typedef boost::math::gamma_distribution
gamma;\ typedef boost::math::lognormal_distribution
lognormal;\ typedef boost::math::negative_binomial_distribution
negative_binomial;\ typedef boost::math::normal_distribution
normal;\ typedef boost::math::pareto_distribution
pareto;\ typedef boost::math::poisson_distribution
poisson;\ typedef boost::math::rayleigh_distribution
rayleigh;\ typedef boost::math::students_t_distribution
students_t;\ typedef boost::math::triangular_distribution
triangular;\ typedef boost::math::uniform_distribution
uniform;\ typedef boost::math::weibull_distribution
weibull;\ #endif // BOOST_MATH_DISTRIBUTIONS_FWD_HPP
fwd.hpp
网页地址
文件地址
上一页
12/23
下一页
下载
( 3 KB )
Comments
Total ratings:
0
Average rating:
无评论
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.