Skip to content

JuliaLabs/SmartSolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmartSolve. Proof of concept.

SmartSolve aims to significantly accelerate various linear algebra algorithms based on providing better algorithmic and architectural choices. In the following example SmartSolve is used to automatically generate SmartLU, an optimized version of the LU decomposition.

cd SmartSolve/examples/smartlu
julia --project=.
pkg> add https://github.com/JuliaLabs/SmartSolve
pkg> instantiate
julia> include("generate_smartlu.jl")

Releases

No releases published

Packages

No packages published

Languages