Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/group__BasicMath__module.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 21:45:17 2011 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п п п |
Classes and global functions for basic math use. More...
Classes | |
struct | casa::ConvertScalar_global_functions_Scalar_conversion |
Templated functions to convert scalars from one type to another. More... | |
class | casa::Functional< Domain, Range > |
Map a domain object into a range object via operator(). More... | |
struct | casa::Math_global_functions_Math_interface_for_casacore |
AIPS++ interface to math.h and other scalar math functions. More... | |
class | casa::Primes |
Creates a reference table of prime numbers, and some functions. More... | |
class | casa::RNG |
Base class for random number generators. More... | |
class | casa::ACG |
Additive number generator. More... | |
class | casa::MLCG |
Multiplicative linear congruential generator. More... | |
class | casa::Random |
Base class for random number distributions. More... | |
class | casa::Binomial |
Binomial distribution. More... | |
class | casa::DiscreteUniform |
Discrete uniform distribution. More... | |
class | casa::Erlang |
Erlang distribution. More... | |
class | casa::Geometric |
Discrete geometric distribution. More... | |
class | casa::HyperGeometric |
Hypergeometric distribution. More... | |
class | casa::Normal |
Normal or Gaussian distribution. More... | |
class | casa::LogNormal |
Logarithmic normal distribution. More... | |
class | casa::NegativeExpntl |
Negative exponential distribution. More... | |
class | casa::Poisson |
Poisson distribution. More... | |
class | casa::Uniform |
Uniform distribution. More... | |
class | casa::Weibull |
Weibull distribution. More... | |
Modules | |
BasicMath_module_internal_classes | |
Internal BasicMath_module classes and functions. |
Classes and global functions for basic math use.
See below for an overview of the classes in this module.
This module is a bag of related basic math classes and global functions.
The following functionality is available:
std::transform
to apply functions like sin, near, sqrt, etc. to iterators on sequences like Array, Block, std::vector, etc.
Tip: You may want to look at the individual header files to see whether you might not prefer to include only the header files you really need; it may be more efficient to do so;