-
Hi,
It looks to me as though the different algorithms for computing OT losses in Geomloss do not have support for float16/float32 dtypes.
Is this correct?
Would it even make sense? (I'm thinking …
-
### Use Case
Often for perfusion and metabolic modeling, different systems of differential algebraic equations are included as reaction terms to represent kinetic components of overall metabolism. Of…
-
### Problem Description
I'm trying to solve a sparse __symmetric__ system;
Originally my matrix is CSC, square, only lower triangle is stored.
This is how I create sparse hip matrix:
```c
/…
-
I am opening this issue to collect ideas for improving the performance of Kratos, making use of the collective knowledge and the variety of backgrounds of its great community.
Ideas may be, e.g., …
-
Hi there - this library is very impressive and I'd love to start experimenting with using it within the context of robotics simulation.
Step one for us is looking at getting a stable kinematics sol…
-
I want to implement singular value decomposition on a sparse matrix using the Scipy implementation. The [documentation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.svds.ht…
-
### Description
There are many models in the [newInst-daeMode testsuite](https://libraries.openmodelica.org/branches/newInst-daeMode), e.g. [Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank](htt…
-
It would be very nice to have (pre- and) post-stage callbacks, similar to [PreStage](https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/TS/TSSetPreStage.html) and [PostStage](https://www.mcs…
-
Problem: Conservation properties in certain ODE Solving (or Numerical Integration) schemes
------------------------------------------------------------------------------------------------------------…
-
```
Currently the iterative solvers try to reach the prescribed accuracy. If it
stagnates for a (very) large number of iterations, it stops and produces an
error.
The idea is to adopt a more positi…