Skip to content

Commit

Permalink
doc matrix_exp_multiply
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Jun 14, 2018
1 parent e72eacf commit 2b6b5f6
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 2b6b5f6

Please sign in to comment.