![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
|
inline |
Return a column stochastic matrix.
If the Jacobian
parameter is true
, the log density accumulator is incremented with the log absolute Jacobian determinant of the transform. All of the transforms are specified with their Jacobians in the Stan Reference Manual chapter Constraint Transforms.
Jacobian | if true , increment log density accumulator with log absolute Jacobian determinant of constraining transform |
Mat | A type inheriting from Eigen::DenseBase or a var_value with inner type inheriting from Eigen::DenseBase with compile time dynamic rows and dynamic columns, or a standard vector thereof |
Lp | A scalar type for the lp argument. The scalar type of Mat should be convertable to this. |
y | Free Matrix input of dimensionality (K - 1, M). | |
[in,out] | lp | log density accumulator |
Definition at line 123 of file stochastic_column_constrain.hpp.