-
Hi,
I have this small test (test_interp.rb) of the Interp function:
require "gsl"
x=[0,1,2,3,4].to_gv
y=[0,1,2,3,4].to_gv
x_new = [3.5].to_gv
puts "x: #{x.inspect}"
puts "y: #{y.inspect}"
puts "x_new…
-
I have an expression causing crash in gsl.
Example project
Name
diff --git a/zproject.gsl b/zproject.gsl
index cb9206f..13c07fe 100644
--- a/…
-
I'm tring to write an App similar to the TfLite example but am running into out of memory problems. I see the same or similar problems with the TfLite sample:
After ~ 25 minutes I get the following…
-
I would like to build gemBS but I don't know what to do to ensure binaries are correctly installed.
```bash
#!/bin/bash
git clone --recursive https://github.com/heathsc/gemBS.git
cd gemBS
sed…
-
### Steps To Reproduce
I built SageMath using instruction in https://doc-release--sagemath.netlify.app/html/en/installation/meson .
Then run
```
sage: cython('from sage.structure.parent cimp…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38584](https://bugs.llvm.org/show_bug.cgi?id=38584) |
| Status | NEW |
| Importance | P enhancemen…
-
An issue ( Microsoft/gsl#990 ) was recently filed in the Microsoft GSL repository, requesting additional support for `gsl::narrow` on custom arithmetic types. Do the CppCoreGuidelines intend for narro…
-
What are the editors' views on the GSL user issue [Provide a "safe" and "simple" way for binary I/O · Issue #1104 · microsoft/GSL (github.com)](https://github.com/microsoft/GSL/issues/1104)?. The Micr…
-
_S. haematobium_ GSL glycans
![Poster A1-GSL glycans](https://github.com/lmcpetralia/hydrahelminthconf2023/assets/125590504/c49b9a93-3e2e-40b3-aa6c-8fe55141a852)
-
The Guidelines Support Library is sort-of documented in the [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-gsl), so one could argue that GSL implementations such …