Home
last modified time | relevance | path

Searched defs:matrix_expr (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/node/
H A Dmatrix_expr.hpp17 struct matrix_expr { struct
21 std::vector<expression> args_;
28 bool has_var_;
34 scope matrix_expr_scope_;
H A Dmatrix_expr_def.hpp10 matrix_expr::matrix_expr() in matrix_expr() function in stan::lang::matrix_expr
13 matrix_expr::matrix_expr(const std::vector<expression>& args) in matrix_expr() function in stan::lang::matrix_expr