Skip to content

Commit

Permalink
Update api_def_MatrixExponential.pbtxt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jun 18, 2018
1 parent 2b654c6 commit 5004bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ END
}
summary: "Computes the matrix exponential of one or more square matrices:"
description: <<END
\\(exp(A) = \sum_{n=0}^\infty A^n/n!\\)
\\\\(exp(A) = \sum_{n=0}^\infty A^n/n!\\\\)
The exponential is computed using a combination of the scaling and squaring
method and the Pade approximation. Details can be founds in:
Expand Down

0 comments on commit 5004bf9

Please sign in to comment.