Issues
- 0
- 1
- 6
- 5
symmetric_matrix_rank_k_update != dsyrk
#272 opened by prlw1 - 9
Strange issue when compiling with MSVC 2022
#242 opened by stigrs - 1
- 1
#include <linalg> causes compiler error in VS2022
#266 opened by QuantDevHacks - 1
- 1
- 2
Status of inclusion in standard library?
#273 opened by msimberg - 5
- 6
build failure without kokkos
#270 opened by prlw1 - 2
- 13
- 3
"symmetric_matrix_rank_1_update" can only be used for positive(semi) definite updates
#262 opened by yigiter - 2
- 3
- 6
Infinite recursion on missing implementation
#218 opened by mzuzek - 0
Fix Givens rotation interface to match P1673R11
#247 opened by mhoemmen - 0
Bug in `triangular_matrix_matrix_solve`
#244 opened by youyu3 - 2
Question regarding conj_if_needed
#246 opened by stigrs - 0
triangular_matrix_matrix_solve: loop bug
#243 opened by mhoemmen - 0
- 1
github action does not use mdspan SHA1 correctly
#237 opened by mhoemmen - 1
conjugated, scaled, transposed, and conjugate_transposed should return view-of-const with default_accessor
#189 opened by mhoemmen - 2
transposed: Implement R8/9 return type rules
#233 opened by mhoemmen - 6
- 3
P1673: typos in definition of upper/lower triangle
#214 opened by fnrizzi - 0
Build fails, requiring TBB, with GCC < 10
#231 opened by mhoemmen - 0
`matrix_inf_norm` test failing on Kokkos impl
#225 opened by mzuzek - 3
kokkos: `matrix_vector_product_lower` test failing
#223 opened by mzuzek - 4
`norm2` test failing on Kokkos impl
#224 opened by mzuzek - 0
`trmm` test failing on Kokkos impl
#226 opened by mzuzek - 0
{symmetric,hermitian}_matrix_rank_2k_update needs A and B to have the same extents
#201 opened by mhoemmen - 1
{symmetric,hermitian}_matrix_rank_2k_update needs A and B to have the same extents
#202 opened by mhoemmen - 1
- 1
P1673: "Parallel algorithms" wording
#183 opened by mhoemmen - 0
Factor out `conj_if_needed` customization point
#173 opened by mhoemmen - 1
Build fails on clang-13 Mac
#196 opened by NAThompson - 0
- 0
kokkos tests: add also `complex<float>`
#190 opened by fnrizzi - 1
`mdspan_to_view` needs to support transposed layout
#175 opened by fnrizzi - 2
P1673: spec: in-place triangular mat vec is missing exec-policy-accepting overload
#150 opened by fnrizzi - 2
P1673R6 typo
#158 opened by mzuzek - 1
Add Kokkos tests to CI
#171 opened by mzuzek - 0
copyright missing in kokkos impl
#169 opened by fnrizzi - 1
`LINALG_ENABLE_TESTS` currently in `linalg_config.h.in` will need a new one with different name only visible inside the kokkos impl
#154 opened by fnrizzi - 2
- 1
P1673: `triangular_matrix_vector_product`: checking the wrong condition for diagonal
#148 opened by fnrizzi - 1
GEMM Strides/Extents to CBLAS mapping
#146 opened by crtrott