Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FastLapackInterface.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
DynareJulia
FastLapackInterface.jl
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
3
julia-1.6
master
default
protected
michel-dev
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
16
Oct
15
27
Sep
15
Jul
13
Apr
9
31
Mar
19
Jan
5
Nov
30
Aug
21
May
20
6
2
27
Apr
26
20
4
25
Mar
24
19
4
JuliaFormatter
master
master
JuliaFormatter
julia-1.6
julia-1.6
fix compat
set minimal Julia version
update Project
pivoted Qr
!ormqr exist only as sormqr and dormqr
using blastrampoline instead of Lapack for Julia 1.7
update project
CI: bump to Julia 1.6.3
CI: bump to Julia 1.6.2
CI: run Pkg.Registry.update() before Pkg.test()
Add LICENSE.md
Update test/Manifest.toml
CI: run unit tests
adding QR test
michel-dev
michel-dev
improve QR algo and test
improve QR algotithm
add pivoted qr
fix stride of transposed matrix
manifest update
fix type in QrAlgo
allow for too big a work space in LinSolveAlgo
added tests
generalize ordering for dgees!()
fixing LinSovleAlgo_test
adding tests
fixing exception message
fix dgges exception
replace Ref{UInt8} by Char
Add README.md
fixed errors in QrAlgo (still needs to be tested)
eliminate redefinition of same functions
adding missing file
adding project files
adding test cases
fix bug for sub-matrices
first level wrapper
change workspace from WS to Ws
change function names fix handling of transpose operator
Loading