Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-matrix-vector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
agnumpde
dune-matrix-vector
Merge requests
!1
Add class to merge a vector of matrices into a big combined matrix.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add class to merge a vector of matrices into a big combined matrix.
feature/add_blockmatrixview
into
master
Overview
6
Commits
1
Pipelines
0
Changes
2
Merged
Add class to merge a vector of matrices into a big combined matrix.
akbib
requested to merge
feature/add_blockmatrixview
into
master
Nov 3, 2016
Overview
6
Commits
1
Pipelines
0
Changes
2
This class is copied from dune-fufem to here
1
0
Merge request reports
Compare
master
version 3
06463ab8
Nov 3, 2016
version 2
607cb988
Nov 3, 2016
version 1
e916523d
Nov 3, 2016
master (base)
and
version 1
latest version
389a9d44
1 commit,
Nov 8, 2016
version 3
06463ab8
2 commits,
Nov 3, 2016
version 2
607cb988
2 commits,
Nov 3, 2016
version 1
e916523d
1 commit,
Nov 3, 2016
2 files
+
98
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
dune/matrix-vector/CMakeLists.txt
+
1
−
0
View file @ e916523d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,6 +5,7 @@ install(FILES
@@ -5,6 +5,7 @@ install(FILES
addtodiagonal.hh
addtodiagonal.hh
axpy.hh
axpy.hh
axy.hh
axy.hh
blockmatrixview.hh
componentwisematrixmap.hh
componentwisematrixmap.hh
crossproduct.hh
crossproduct.hh
genericvectortools.hh
genericvectortools.hh
Loading