Baptiste Legouix
Baptiste Legouix
Hello, Here is my .vimrc: ``` call plug#begin() Plug 'prabirshrestha/vim-lsp' Plug 'mattn/vim-lsp-settings' Plug 'prabirshrestha/asyncomplete.vim' Plug 'prabirshrestha/asyncomplete-lsp.vim' Plug 'piec/vim-lsp-clangd' call plug#end() :set tabstop=4 smarttab :set shiftwidth=2 :set autoindent :set smartindent let...
Hello, This issue follows [#1381](https://github.com/ginkgo-project/ginkgo/issues/1381), in which the problem was not correctly identified. I am using Bicgstab to solve a test problem with A a 1000x1000 matrix (this is a...
- Add LAPACK in the cmake (effectively use LAPACKE). - Add SplinesLinearProblemDense - Add tests calling SplinesLinearProblemDense (even if they are supposed to build more specific band linear problems, which...
As discussed in https://github.com/CExA-project/ddc/pull/430#discussion_r1587745350 , we should not use the terminology `interpolation` in Spline evaluators.
See https://github.com/CExA-project/ddc/pull/433#discussion_r1590651750
Add new matrices necessary for the LAPACK backend available in #274 Matrices classes (including `matrix_sparse`) support strided multiple-rhs