-
Currently it seems gonum lacks the support for dense complex valued matrices. i.e. with entries of complex128 instead of float64.
However the documentation in ```mat/doc.go``` claims that it provid…
-
I've been using the `irlba` package on the same input stored both as a dense and as a sparse matrix; I noticed that the PCA output is influenced by the type of matrix storage format. Here is an exampl…
-
Hi,
I am getting an error when following the guidance for running scanorama with reticulate as below:
```
# List of datasets (matrices of cells-by-genes):
datasets
-
This ticket collects several issues related to the division operation of matrices.
• #29257 `__truediv__` does not work for matrices of different dimensions:
```
sage: set_random_seed(1)
sag…
-
Hi, it would be very useful to have large random matrices that can be stored symbolically, e.g. with a LazyTensor equivalent of `torch.rand()`.
**My use case:**
I am working with a variant of the …
-
It would be great to eventually have this module work about as well as MATLAB's backslash operator.
In MATLAB though, the system selects the best linear solver from a large base of different possibil…
-
An issue that @NPounder identified regarding memory use...
The prior inverse covariance is defined as a dense matrix, so it does use far too much memory. The situation gets worse in the Hessian calc…
-
We need to explicitly state to use `using PowerNetworkMatrices` when creating Ybus.
In addition, we should discuss if [NetworkSwitch](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stab…
-
In `sage/libs/linbox/linbox.pxd` we currently have two classes that gives an interface for dense integer matrix (`Linbox_integer_dense`) and sparse matrix over Z/nZ (`Linbox_modn_sparse`). These int…
-
Hey. Do you have plans to support sparse matrices as input? The requirement for dense input rules out a lot of real-world scenarios like text classification.