EigenRand
0.3.0
|
Go to the source code of this file.
Classes | |
class | Eigen::Rand::MultinomialGen< _Scalar, Dim > |
Generator of real vectors on a multinomial distribution. More... | |
class | Eigen::Rand::DirichletGen< _Scalar, Dim > |
Generator of reals on a Dirichlet distribution. More... | |
Namespaces | |
Eigen::Rand | |
namespace for EigenRand | |
Functions | |
template<typename IntTy , typename WeightTy > | |
auto | Eigen::Rand::makeMultinomialGen (IntTy trials, const MatrixBase< WeightTy > &probs) -> MultinomialGen< IntTy, MatrixBase< WeightTy >::RowsAtCompileTime > |
helper function constructing Eigen::Rand::MultinomialGen More... | |
template<typename AlphaTy > | |
auto | Eigen::Rand::makeDirichletGen (const MatrixBase< AlphaTy > &alpha) -> DirichletGen< typename MatrixBase< AlphaTy >::Scalar, MatrixBase< AlphaTy >::RowsAtCompileTime > |
helper function constructing Eigen::Rand::DirichletGen More... | |