From c146d42991f30d4725319351659b0ec0dd9252df Mon Sep 17 00:00:00 2001 From: Michel Juillard <michel@debian.home> Date: Thu, 19 Mar 2020 10:03:04 +0100 Subject: [PATCH] first level wrapper --- src/FastLapackInterface.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FastLapackInterface.jl b/src/FastLapackInterface.jl index fc93a22..9dd3909 100644 --- a/src/FastLapackInterface.jl +++ b/src/FastLapackInterface.jl @@ -1,5 +1,7 @@ module FastLapackInterface -greet() = print("Hello World!") +include("LinSolveAlgo.jl") +include("QrAlgo.jl") +include("SchurAlgo.jl") end # module -- GitLab