Stan  2.14.0
probability, sampling & optimization
Classes | Namespaces | Functions
normal_fullrank.hpp File Reference
#include <stan/math/prim/mat.hpp>
#include <stan/model/gradient.hpp>
#include <stan/variational/base_family.hpp>
#include <algorithm>
#include <ostream>
#include <vector>

Go to the source code of this file.

Classes

class  stan::variational::normal_fullrank
 Variational family approximation with full-rank multivariate normal distribution. More...
 

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::variational
 

Functions

normal_fullrank stan::variational::operator+ (normal_fullrank lhs, const normal_fullrank &rhs)
 Return a new approximation resulting from adding the mean and covariance matrix Cholesky factor of the specified approximations. More...
 
normal_fullrank stan::variational::operator/ (normal_fullrank lhs, const normal_fullrank &rhs)
 Return a new approximation resulting from elementwise division of of the first specified approximation by the second. More...
 
normal_fullrank stan::variational::operator+ (double scalar, normal_fullrank rhs)
 Return a new approximation resulting from elementwise addition of the specified scalar to the mean and Cholesky factor of covariance entries for the specified approximation. More...
 
normal_fullrank stan::variational::operator* (double scalar, normal_fullrank rhs)
 Return a new approximation resulting from elementwise multiplication of the specified scalar to the mean and Cholesky factor of covariance entries for the specified approximation. More...
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.