Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::matrix_var_decl Struct Reference

#include <ast.hpp>

Inheritance diagram for stan::lang::matrix_var_decl:
stan::lang::base_var_decl

Public Member Functions

 matrix_var_decl ()
 
 matrix_var_decl (range const &range, expression const &M, expression const &N, std::string const &name, std::vector< expression > const &dims)
 
- Public Member Functions inherited from stan::lang::base_var_decl
 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

range range_
 
expression M_
 
expression N_
 
- Public Attributes inherited from stan::lang::base_var_decl
std::string name_
 
std::vector< expressiondims_
 
base_expr_type base_type_
 

Detailed Description

Definition at line 658 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::matrix_var_decl::matrix_var_decl ( )

Definition at line 1385 of file ast_def.cpp.

stan::lang::matrix_var_decl::matrix_var_decl ( range const &  range,
expression const &  M,
expression const &  N,
std::string const &  name,
std::vector< expression > const &  dims 
)

Definition at line 1386 of file ast_def.cpp.

Member Data Documentation

expression stan::lang::matrix_var_decl::M_

Definition at line 660 of file ast.hpp.

expression stan::lang::matrix_var_decl::N_

Definition at line 661 of file ast.hpp.

range stan::lang::matrix_var_decl::range_

Definition at line 659 of file ast.hpp.


The documentation for this struct was generated from the following files:

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