Merge remote-tracking branch 'la/merger'
No related branches found
No related tags found
Showing
- .gitignore 13 additions, 1 deletion.gitignore
- cmake/modules/DuneXtLAMacros.cmake 13 additions, 0 deletionscmake/modules/DuneXtLAMacros.cmake
- dune/xt/CMakeLists.txt 1 addition, 0 deletionsdune/xt/CMakeLists.txt
- dune/xt/la/CMakeLists.txt 30 additions, 0 deletionsdune/xt/la/CMakeLists.txt
- dune/xt/la/algorithms.hh 20 additions, 0 deletionsdune/xt/la/algorithms.hh
- dune/xt/la/algorithms/cholesky.hh 339 additions, 0 deletionsdune/xt/la/algorithms/cholesky.hh
- dune/xt/la/algorithms/qr.hh 645 additions, 0 deletionsdune/xt/la/algorithms/qr.hh
- dune/xt/la/algorithms/solve_sym_tridiag_posdef.hh 69 additions, 0 deletionsdune/xt/la/algorithms/solve_sym_tridiag_posdef.hh
- dune/xt/la/algorithms/triangular_solves.hh 460 additions, 0 deletionsdune/xt/la/algorithms/triangular_solves.hh
- dune/xt/la/container.hh 106 additions, 0 deletionsdune/xt/la/container.hh
- dune/xt/la/container/common.cc 25 additions, 0 deletionsdune/xt/la/container/common.cc
- dune/xt/la/container/common.hh 19 additions, 0 deletionsdune/xt/la/container/common.hh
- dune/xt/la/container/common/matrix.hh 18 additions, 0 deletionsdune/xt/la/container/common/matrix.hh
- dune/xt/la/container/common/matrix/dense.hh 610 additions, 0 deletionsdune/xt/la/container/common/matrix/dense.hh
- dune/xt/la/container/common/matrix/sparse.hh 1534 additions, 0 deletionsdune/xt/la/container/common/matrix/sparse.hh
- dune/xt/la/container/common/vector.hh 18 additions, 0 deletionsdune/xt/la/container/common/vector.hh
- dune/xt/la/container/common/vector/dense.hh 358 additions, 0 deletionsdune/xt/la/container/common/vector/dense.hh
- dune/xt/la/container/common/vector/sparse.hh 527 additions, 0 deletionsdune/xt/la/container/common/vector/sparse.hh
- dune/xt/la/container/container-interface.hh 249 additions, 0 deletionsdune/xt/la/container/container-interface.hh
- dune/xt/la/container/conversion.hh 146 additions, 0 deletionsdune/xt/la/container/conversion.hh
Loading
Please register or sign in to comment