Home
last modified time | relevance | path

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

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/type/
H A Dcov_matrix_block_type.hpp12 struct cov_matrix_block_type { struct
16 expression K_;
H A Dcov_matrix_block_type_def.hpp8 cov_matrix_block_type::cov_matrix_block_type(const expression& K) : K_(K) {} in cov_matrix_block_type() function in stan::lang::cov_matrix_block_type
10 cov_matrix_block_type::cov_matrix_block_type() : cov_matrix_block_type(nil()) {} in cov_matrix_block_type() function in stan::lang::cov_matrix_block_type