Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-mumps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kwant
python-mumps
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d243a4c969323f97cb2a65592bcdcebf620c77cf
Select Git revision
Selected
d243a4c969323f97cb2a65592bcdcebf620c77cf
Branches
5
main
default
protected
build_fix
enum_interface
fix_27
orderings_enum
Tags
7
v0.0.4
protected
v0.0.3
protected
v0.0.2
protected
v0.0.1post1
protected
v0.0.1
protected
v0.0.1a1
protected
v0.0.1a0
protected
13 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Sep
19
Aug
10
Jul
1
Jun
24
Oct
9
5
4
20
Sep
13
12
10
5
6
5
20
Mar
19
1
11
Feb
6
3
20
Jan
19
16
15
14
13
10
21
Dec
20
22
Oct
17
16
15
11
1
22
Feb
16
Nov
29
Sep
20
Jun
3
Feb
2
finish first pass over enums
enum_interface
enum_interface
implement JOB, PAR, SYM
generate INFOG
include a previously omitted INFOG
also include error descriptions in the snippets
continue implementing enums
improve the extraction script
first steps towards an enum interface
add pkgconfig to environment, upgrade mumps
main
main
extend gitignore
switch to src layout
use high level dependencies in meson
upgrade precommit
add a previously forgotten git archival
stop using version file
fix behaviour and docstring of signature if the input matrix is not real symmetric
fix_27
fix_27
configure git export
v0.0.4
v0.0.4
turn off threading
make tests verbose
update dependency versions
build_fix
build_fix
Merge branch 'signature' into 'main'
return real determinant for real matrices
fix formatting
adjust test to slogdet
replace det with slogdet
reset the factored flag if the matrix is set again
clean the code, fix the logic of the factored flag
add complex_to_real to init
add complex_to_real to init
add tests for det and signature
run precommit
move signature into Context
rename complex_to_real and add docstring
move det to Context
fix error message when factor(reuse_analysis=True) is called after set_matrix but without analyze
add first version of signature and determinant
fix pyproject.toml
Merge branch 'complete_schur_factorization' into 'main'
v0.0.3
v0.0.3
fix solve_schur() for symmetric matrices
update tests of Schur complement for symmetrix matrices
Loading