Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gomatrix
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
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
Daniel Jankowski
gomatrix
Graph
5799be8d4956
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Nov
4
Sep
28
Aug
22
8
May
9
Apr
3
1
25
Mar
18
11
25
Feb
18
4
🐛 choose column only from the next indice for permutation
master
master
🐛 permutation in lineardependency resolver only need to contain col swaps
🐛 added permutationmatrix for lineardependency resolver
🐛 fixed wrong permutation matrix in gauss
✅ better test for PermuteCols
Added: license badge to README
Fixed: wrong test case for matrix multiplication
Added: get permutation matrix from gaussian elimination with linear dependency resolver
Fixed: error in matrix multiplication
Fixed: usage of startRow in partial gaussian elimination
Fixed: use start row correctly in guassian with linear check
Meta: rewrote linear dependeny resolver
Fixed: error in test after changing the order in one resolver
Added: resolve linear dependecies first with a column swap
Fixed: removed debug output
Added: column swap to lineardependency resolver
Added: doc to the resolver and force tests in Makefile
Added: partial gaussian elimination with check for linear dependencies
Fixed: error in partial gaussian elimination
Added: new print method
Fixed: missing backslash in tex output
Fixed: error in partial gaussian elimination
Fixed: Makefile to go mod
Meta: from dep to go mod
Fixed: check gaussian
Fixed: more consistence in parameters for the submatrix
Added: return matrix on transpose
Added: CheckGaussian for partial gaussian checks
Added: license
Added: some badges to the readme
Fixed: spelling errors and gitlab ci to go 1.12
Added: PartialTranspose matrix
Added: partial gaussian elimination
Added: some print functions for the matrix
Added: diagonalize after retrieving the echelon form
Added: gaussian elimination
Added: matrix multiplication
Added: permuteCols
Added: swap cols
Added: swap rows
Loading