lindahua / Devectorize.jl

A Julia framework for delayed expression evaluation
MIT License
115 stars 17 forks source link

Documentation should mention that `using Devectorize` is necessary #33

Open ArchRobison opened 9 years ago

ArchRobison commented 9 years ago

The Basic Usage section of the documentation should mention that the line using Devectorize is necessary. I know it's a Julia package convention, but a newbie user (or an old one in a rush :-) might not know this convention.