docs icon indicating copy to clipboard operation
docs copied to clipboard

Add docs on additiona ./, .* and / signatures

Open rok-cesnovar opened this issue 5 years ago • 3 comments

Summary:

The following operator uses are now also supported and need docs:

real / vector
real / row_vector
real / matrix

real .* vector
real .* row_vector
real .* matrix

vector .* real
row_vector .* real
matrix .* real

rok-cesnovar avatar Jan 12 '21 19:01 rok-cesnovar

The stanc3 PR was reverted because of lack of Stan Math support for this, so this will have to wait.

rok-cesnovar avatar Jan 18 '21 08:01 rok-cesnovar