-
Hi, the inertial matrix should be symmetric, but a lot of demos in this repo have non-symmetric inertial matrix update, pls check.
-
### Contact Details
_No response_
### What was the issue?
Dear TOPAS Comunity,
I noticed a weird issue. I simulated a ion beam irradiating a cylinder of Water and scored Energy Deposited in de…
-
On elliptic curve pages, the "Symmetric square L-function" and "Symmetric cube L-function" links in the friends box are broken (see [14.a1](https://beta.lmfdb.org/EllipticCurve/Q/14/a/1) and its [isog…
-
I think that it would be useful to add a utility to make the metric symmetric, as we'd want to sometimes have a symmetric mesh (when the problem is symmetric). I guess we can do this easily by copying…
-
### Summarize the issue
Recent changes altered the value shape of symmetric rank-2 tensors, being rank-1 with shape `(dim * (dim + 1)/2, )`. This means that interpolation of objects with shape `(di…
-
**Is your feature request related to a problem? Please describe.**
We want to make an approximately symmetric map (RTS duel), not an _exactly_ symmetric one. Easiest way is to allow this gorgeous …
-
x == v ⇒ (v - abs(v) × ϵ - ϵ) < x < (v + abs(v) × ϵ + ϵ) with a tolerance value being: ϵ = 1.0e⁻⁶
So
-1000001.0000011 != -1000000
but
-1000000 == -1000001.0000011
(fail-comparison_tolerance…
-
hello authors,
when **data_type = 'symmetric_sts'** then [here
](https://github.com/FlagOpen/FlagEmbedding/blob/master/FlagEmbedding/finetune/embedder/decoder_only/icl/dataset.py#L64)
**data_typ…
-
Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center).
Testcases:
Input: root = [1,2,2,3,4,4,3]
Output: true
Input: root = [1,2,2,null,3…
-
I'd like to use this library for representing *both* ed25519 keys (supported) and AES content encryption keys (unsupported). From what I can tell, [RFC7517 defines how to specify those keys](https://d…