-
> Created by **@vakaras** on 2018-07-25 09:06
> Last updated on 2018-08-15 11:30
The function `fib2` below causes a matching loop as illustrated with an
assert in the method `test2` (to verify this …
-
density distribution functions (dnorm, dunif, dbeta) can't be used in deterministic definitions (
-
# Introduction
Our task is to work on AABB, OBB, Ray, Frustum and Circle/Sphere implementation for the GPR5204 module.
## AABB
### GetCenter
Method to get the center of the AABB
### GetExte…
-
### Description of the new feature / enhancement
Preface:
The mouse is the most important tool we have for interacting with graphical user interfaces, which are the majority of all computer interact…
-
Support power, square root, undo and redo buttons
- don't use any frameworks or external libraries
- add comments
-
Is there a plan to add common loss functions like MSE, CrossEntropy to sympy.
Including functions like softmax, sigmoid.
so one could do something like,
```
from sympy import softmax
```
and s…
-
Due to plagiarism issue I was asked to stop merging PRs and also assigning issues. Hope GSSoC 2022 was nice journey to you guys and thanks for co-operating.
-
Consider the following code:
```
clc
clear
x = chebfun('x');
A1 = [x sin(x) cos(x)]
A2 = [x, sin(x), cos(x)]
A3 = quasimatrix([x sin(x) cos(x)])
isquasi_A1 = isQuasi(A1)
isquasi_A2 = isQuasi(A2)
is…
-
As mentioned in #102 the output range of OpenSimplex needs to be fixed.
-
This is something I've wanted to do for some time, but I haven't had the time.
I'll use this issue to write down some of the issues that need to be solved.
If someone has the time to address this fe…