-
From Ariel Elperin
- Support sending various uints (not just u8) to riscv call (potentially make it generic over the param type, where the param type has to implement some kind of Serde trait)
- U…
-
This issue is intended for tracking milestones for the 2023 NumFocus small development grant for working on `scipy.special` infrastructure.
The original plan for this grant was to work on developin…
-
Function overloads allow redefining a function with different input/output parameters. It is nice to reuse the same function name for different parameters, e.g. implementing a function for f32, vec2, …
-
Subpart of #11
- MIC_UART_Send_Data(). It will be a wrapper for HAL_UART_Transmit() function.
- MIC_UART_Get_Data(). It will be a wrapper for HAL_UART_Receive_It() interrupt funcion. The uses o…
-
-
It seems the ensemble methods don't have these methods implemented. How do we generate survival function and cumulative hazard functions for the ensemble based survival methods?
-
`pspecmodel` is intended to serve as an interface between data measurements stored in `uvpspec` objects (and assumptions about their likelihoods) and theoretical models.
To start, we should decide…
-
For the following:
```chpl
proc foo(x : [0..1] int) { writeln("Hello world"); }
var x = foo;
var y : [0..1] int;
x(y);
```
I get: `the proc 'foo' is generic and cannot be captured.`
I …
-
``` fortran
program matrix_real_m
use matrix_m, only: matrix_tmpl
implicit none
integer, parameter :: n = 2
instantiate matrix_tmpl(real, operator(+), real_zero, operator(*)…
-
In HaxeFlixel, we have a class [FlxDestroyUtil.hx](https://github.com/gamedevsam/flixel/blob/generics_fail/flixel/util/FlxDestroyUtil.hx), it has the following function:
```
/**
* Checks if an objec…