#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.
|
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...
|
|