Skip to content

JuliaLabs/SmartSolve

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2025
Jan 17, 2025
Jan 17, 2025
Nov 1, 2024
Nov 1, 2024
Nov 22, 2024

Repository files navigation

SmartSolve

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> dev ../..
pkg> instantiate
julia> include("generate_smartlu.jl")