![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
cholesky_factor_var_decl () | |
cholesky_factor_var_decl (expression const &M, expression const &N, std::string const &name, std::vector< expression > const &dims) | |
![]() | |
base_var_decl () | |
base_var_decl (const base_expr_type &base_type) | |
base_var_decl (const std::string &name, const std::vector< expression > &dims, const base_expr_type &base_type) | |
Public Attributes | |
expression | M_ |
expression | N_ |
![]() | |
std::string | name_ |
std::vector< expression > | dims_ |
base_expr_type | base_type_ |
stan::lang::cholesky_factor_var_decl::cholesky_factor_var_decl | ( | ) |
Definition at line 1398 of file ast_def.cpp.
stan::lang::cholesky_factor_var_decl::cholesky_factor_var_decl | ( | expression const & | M, |
expression const & | N, | ||
std::string const & | name, | ||
std::vector< expression > const & | dims | ||
) |
Definition at line 1401 of file ast_def.cpp.
expression stan::lang::cholesky_factor_var_decl::M_ |
expression stan::lang::cholesky_factor_var_decl::N_ |