#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/LDLT_factor.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
#include <stan/math/prim/mat/meta/get.hpp>
#include <stan/math/prim/arr/meta/get.hpp>
#include <stan/math/prim/mat/meta/length.hpp>
#include <stan/math/prim/mat/meta/is_vector.hpp>
#include <stan/math/prim/mat/meta/is_vector_like.hpp>
#include <stan/math/prim/mat/fun/value_of_rec.hpp>
#include <stan/math/prim/scal/prob/normal_rng.hpp>
#include <stan/math/prim/mat/err/check_square.hpp>
#include <stan/math/prim/mat/err/check_lower_triangular.hpp>
#include <stan/math/prim/scal/err/check_finite.hpp>
#include <stan/math/prim/scal/err/check_not_nan.hpp>
#include <stan/math/prim/scal/err/check_positive.hpp>
#include <stan/math/prim/scal/err/check_size_match.hpp>
#include <stan/math/prim/scal/err/domain_error.hpp>
#include <stan/model/util.hpp>
#include <stan/variational/base_family.hpp>
#include <algorithm>
#include <ostream>
#include <vector>
Go to the source code of this file.
|
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...
|
|