kk49/julia-delayed-matrix
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
## Delayed Expressions README
# Copyright 2012-2013, Krzysztof Kamieniecki (krys@kamieniecki.com)
## Basic Usage
For DEMO
require("demat_demo.jl")
from julia command line. That will cause the demo expressions to be compiled, cached, and run.
The performance will be better when the expressions are reused so run the tests again using
demat_test()
To load without the demo use
require("demat.jl")