![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <stan/lang/ast/base_expr_type.hpp>
#include <stan/lang/ast/expr_type.hpp>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::lang | |
Functions | |
expr_type | stan::lang::infer_type_indexing (const base_expr_type &base_type, std::size_t dims, std::size_t num_indexes) |
Return the expression type resulting from indexing an expression of the specified base type and number of dimensions with the specified number of indexes. More... | |
expr_type | stan::lang::infer_type_indexing (const expression &expr, std::size_t num_indexes) |
Return the expression type resulting from indexing the specified expression with the specified number of indexes. More... | |