-
We need some way to detect useless colors
-
Consider
```latex
\| \big\| \Big\| \bigg\| \Bigg\| \dots \Bigg| \bigg| \Big| \big| |
```
We currently render this as
```html
‖
‖
‖
‖
‖
…
|
|
|…
tmke8 updated
3 weeks ago
-
https://github.com/InstituteforDiseaseModeling/laser/blob/605ae38ce8d5cd01646ed2db95dce87970549b2e/src/idmlaser/migration.py#L33
-
**Describe the bug**
`!= nil` is only evaluated correctly one way.
This returns results:
```
{ span.accept != nil }
```
This does not:
```
{ nil != span.accept }
```
The best fix wou…
-
Encap results in a 1120 byte `ct` and a 32 byte `ss`
Why not use `ss` as a key for AES 256?
```
+-------------------------------+----------+----------+-----------------+
| 1120 Bytes …
-
**Related**
#1697
**Feature functionality**
Implement approach of Nakatsukasa and Freund (SIAM Review 2016) to compute symmetric eigenvalue decomposition and SVD on the basis of Zolotarev polar …
-
Add a routine—for example, `shmem_get_heap_size`—that returns the _initial_ maximum symmetric heap size.
### Motivation
Applications often have one (or a few) large symmetric allocations and wan…
-
### 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
/…
-
asymmetric uncertainties should be able to be visualized much like here
![Image](https://github.com/user-attachments/assets/740aab1d-86f6-48f6-b1cc-a0c8af2a5ac4)
See: https://gitlab.ldbar.ch/bafu/vis…
-
Currently the crypto appendix as table as follow:
| Symmetric Key Algorithms | Reference | L1 | L2 | L3 |
|--|--|--|--|--|
| AES-256 | [FIPS 197](https://csrc.nist.gov/pubs/fips/197/final) | | ✓ …