Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo authored May 16, 2019
1 parent 109b01a commit f3f2727
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 @@ -9,7 +9,7 @@ If you ❤️ this project, give us a ⭐️!

## Why

The main feature of the **TensorValues** package is that the provided do not extend from `AbstractArray`, but from `Number`!
The main feature of the **TensorValues** package is that the provided types do not extend from `AbstractArray`, but from `Number`!

This allows one to work with them as if they were scalar values in broadcasted operations on arrays of `VectorValue` objects (also for `TensorValue` or `MultiValue` objects). For instance, one can perform the following manipulations:
```julia
Expand Down

0 comments on commit f3f2727

Please sign in to comment.