-
When passing `scales::squish()` to the `oob` argument of a scale (say `scale_fill_viridis_c()`) I find that it would often be nice to also transform the breaks and labels as follows:
- If there are o…
Aariq updated
1 month ago
-
The `?scuttle::downsampleMatrix` documentation states:
> By default, the output format will be a dense matrix for an ordinary matrix ‘x’, and a sparse matrix for any sparse format (i.e., if ‘is_spa…
-
Hi!
I tried to compile it using Microsoft Visual Studio Community 2017 (Version 15.9.17) with Intel Visual Fortran Compiler 19.0.0.117 but I got a link error:
>arpack-ng_exports.def : error LNK…
-
```
1. Description of the new feature
wrap a library that does singular value decomposition, check if Lapack does it
2. Classes and or functions involved
M_Matrix
```
Original issue reported on c…
-
### Describe your issue.
I would expect dividing a CSR or CSC matrix by an `ndarray` of the same size would yield a `CSR/CSC` matrix since the operation should just scale `data` but instead we get …
-
The Scipy build seems broken (in addition to FLAPACK -> LAPACK rename) at the moment, as cstlib static libraries do not get the -fPIC compiler flag appended.
This makes the `CompiledLibrary` feature …
-
### Steps to reproduce the issue
```console
$ spack install --verbose mfem@3.4.0+libunwind+netcdf+shared
==> apple-libunwind@35.3 : externally installed in /usr
==> apple-libunwind@35.3 : alread…
-
I used this cmake config
```
set(CMAKE_BUILD_TYPE "Distribution" CACHE STRING "Build type")
set(CFLAGS "-mno-avx" CACHE STRING "CFLAGS")
set(CXXFLAGS "-mno-avx" CACHE STRING "CXXFLAGS")
set(USE…
-
### 先决条件
- [X] 我已经搜索过 [问题](https://github.com/open-compass/opencompass/issues/) 和 [讨论](https://github.com/open-compass/opencompass/discussions) 但未得到预期的帮助。
- [X] 错误在 [最新版本](https://github.com/open-com…
1moye updated
2 months ago
-
Hi!
I am working on a little project where I will need to run many simulations with `simulateDSM` and it would be very beneficial for me to minimise execution time. Unfortunately I am stuck with th…