Skip to content

Commit

Permalink
Merge pull request #2551 from yizhang-cae/doc-2547-matrix_exp_multiply
Browse files Browse the repository at this point in the history
doc matrix_exp_multiply
  • Loading branch information
Bob Carpenter committed Jun 16, 2018
2 parents 1b8a066 + 2b6b5f6 commit 6dfadb9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/docs/stan-reference/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3007,6 +3007,20 @@ \subsection{Matrix Exponential}
\fitem{matrix}{matrix\_exp}{matrix \farg{A}}{
The matrix exponential of \farg{A}}
%

%
\fitem{matrix}{matrix\_exp\_multiply}{matrix \farg{A}, matrix \farg{B}}{
The multiplication of matrix exponential of \farg{A} and
matrix \farg{B}; algebraically equivalent to the less efficient form
\code{matrix\_exp(\farg{A}) * \farg{B}}.}
%

%
\fitem{matrix}{scale\_matrix\_exp\_multiply}{real \farg{t}, matrix \farg{A}, matrix \farg{B}}{
The multiplication of matrix exponential of \farg{t}\farg{A} and
matrix \farg{B}; algebraically equivalent to the less efficient form
\code{matrix\_exp(\farg{t}\farg{A}) * \farg{B}}.}
%
\end{description}


Expand Down

0 comments on commit 6dfadb9

Please sign in to comment.