-
**Is your feature request related to a problem? Please describe.**
When passed to a problem constructor, `LinearAlgebra.I(n)` should be treated as is, without manual type conversion by the user.
F…
-
While tracing down the issue #15118, #15125, I had found another issue from rref.
```
from sympy import *
q = symbols("q", positive = True)
m = Matrix([
[-2*cosh(q/3), exp(-q), …
-
Hi,
The matrix dimensions in BidMat use the Int type, which seems to be limiting the number of elements I can fit in a matrix. After 2147483647 elements there are calculations in the Matrix class abou…
-
I see much shell file include "--actor_lora_module_name" but without "only_optimize_lora". According to the source code, this will cause all the model parameters will be trained instead of only LoRA …
-
This is my first time with cgmath/rust/etc, so apologies if this is due to misunderstanding something fundamental about cgmath.
The matrix created by Matrix3::look_at will not map the fwd basis vec…
-
### Description
I'm new to NuttX and not sure where to find help. In this form it says: “Asking a question or getting help: use this form or [Mailing list](https://nuttx.apache.org/community/).” – …
-
Consider: we know that the derviative of any `sum` of a collection of ones similar to the input.
because it is `sum(xs) = x[1] + x[2] + ...`.
However for `Symmetric` it is giving `2` for the anti-…
-
Hello Boris,
Does the approximation of a kernel matrix with hss guarantee to preserve positive definiteness? If yes, how does it achieve that?
Thank you!
-
Hi,
I would like to propose a restructure of the folder currently containing the schemas and examples. This is assuming that we anticipate the OpenAPI 3.1 where the OpenAPI schemas disappear and JS…
-
**Describe the project you are working on:**
Any Vulkan-based Android project
**Describe the problem or limitation you are having in your project:**
Previously with OpenGL, the driver was res…