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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kwant
python-mumps
Graph
00f15f5260a0330a7ca2c6f5e906bae26f5b5cbd
Select Git revision
Branches
2
main
default
protected
orderings_enum
Tags
6
v0.0.3
protected
v0.0.2
protected
v0.0.1post1
protected
v0.0.1
protected
v0.0.1a1
protected
v0.0.1a0
protected
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
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
Merge branch 'complete_schur_factorization' into 'main'
v0.0.3 main
v0.0.3 main
fix solve_schur() for symmetric matrices
update tests of Schur complement for symmetrix matrices
implementation of Schur condensation/expansion in separate methods
rename get_schur -> schur
rename a variable for clarity
typo fix
fix solve_schur(), Schur complement stored by rows (icntl[19]=1)
update solve_schur() for symmetric matrices
remove unsed assignments, fix docstrings and format
remove duplicate import
move SchurContext to Context, rename SchurContext.solve to solve_schur
new test for SchurContext
update SchurContext.solve(): only vectors on the RHS are allowed
fix dtype check in SchurContext.solve()
add relevant example to SchurContext class
append docstrings
remove unused argument "calc_stats"
add SchurContext to "__all__" list
add SchurContext class to the package namespace
Schur complement: solve the complete system Ax = b
CI: add build folder to cache
make develop environment default
CI: specify environment for check
stop using deprecated numpy API
add a development environment
Merge branch 'pixi' into 'main'
switch to pixi from spin
autoupdate pre-commit
Merge branch 'release_gil' into 'main'
v0.0.2
v0.0.2
Add a pythread lock to protect calls to mumps_c
release the GIL when calling to mumps_c
add nogil to the extern block
ignore pycharm files
Merge branch 'symmetric_matrices' into 'main'
add a test for symmetric matrices, clarify docstring
wip
orderings_enum
orderings_enum
expand userguide parsing
implement enums for all restricted ICNTL
use a more pythonic Enum API
Loading