-
A number of users of GSL asked for no-exception mode of GSL.
I've added support to GSL that compiles and runs with no exceptions and terminates where exceptions are supposed to be thrown otherwise…
-
Ola tudo certo? Nao domino muito c++, entao estou tendo dificuldade para rodar o projeto na minha maquina, gostaria de saber qual o processo de instalação, instalei o MinGW mas recebo esse erro ao rod…
-
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'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…
-
I encountered the error "WARNING:rpy2.rinterface_lib.callbacks:R[write to console]: HINT: For large R or large XtX, consider installing the Rfast package for better performance.", so I need to install…
-
I have an expression causing crash in gsl.
Example project
Name
diff --git a/zproject.gsl b/zproject.gsl
index cb9206f..13c07fe 100644
--- a/…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38584](https://bugs.llvm.org/show_bug.cgi?id=38584) |
| Status | NEW |
| Importance | P enhancemen…
-
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 …
-
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…