Skip to content

Commit

Permalink
Update docs for dot_and_apply/3
Browse files Browse the repository at this point in the history
  • Loading branch information
versilov committed May 31, 2018
1 parent 5bf10a1 commit badb6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matrex.ex
Expand Up @@ -1104,7 +1104,7 @@ defmodule Matrex do
## Example
iex> Matrex.new([[1, 2, 3], [4, 5, 6]]) |>
...> Matrex.dot_and_add(Matrex.new([[1, 2], [3, 4], [5, 6]]), :sqrt)
...> Matrex.dot_and_apply(Matrex.new([[1, 2], [3, 4], [5, 6]]), :sqrt)
#Matrex[2×2]
┌ ┐
│ 4.69042 5.2915 │
Expand Down

0 comments on commit badb6b7

Please sign in to comment.