JuliaLinearAlgebra / MatrixDepot.jl

An Extensible Test Matrix Collection for Julia
http://matrixdepotjl.readthedocs.org/
Other
75 stars 22 forks source link

Optimized Vandermonde matrix generation for better performance #3

Closed synapticarbors closed 9 years ago

synapticarbors commented 9 years ago

This performance patch addresses https://github.com/weijianzhang/MatrixDepot.jl/issues/2. Thanks to @stevengj for suggesting this version of the implementation based on discussions on Julia-User surrounding the following IJulia notebook:

http://nbviewer.ipython.org/gist/synapticarbors/26910166ab775c04c47b

weijianzhg commented 9 years ago

Thanks