Skip to content

Commit

Permalink
use T instead of S for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Aug 7, 2015
1 parent 3d27fd6 commit c898e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For now, we only support for functions involving `T<:Real`s, but we believe exte

[This Math StackExchange post](http://math.stackexchange.com/questions/556951/third-order-term-in-taylor-series) actually has an answer that explains this term fairly clearly.

- **`tensor!{S}(output::Array{S,3}, f, x::Vector)`**
- **`tensor!{T}(output::Array{T,3}, f, x::Vector)`**

Compute `∑D³f(x)`, storing the output in `output`.

Expand Down

0 comments on commit c898e65

Please sign in to comment.