-
Vectorization operators `Vec` and `Svec` are currently not very well tested.
Some suggestions for the form of tests to add to `test_linearoperators.py`:
```python
# Linear map Q such that…
-
It seems that there is a problem with the method LinearSubspace. The example from the [documentation](https://www.juliahomotopycontinuation.org/HomotopyContinuation.jl/dev/linear_subspaces/#HomotopyCo…
-
**Describe the current state of a part of the code**
In some places where one- and two-electron operators (and possible the Hamiltonian) is used, it is not checked that they are expressed in an ortho…
-
Dear Jonathan,
(sorry in advance if I duplicate a similar issue...)
I am using `chaospy` to quantify parametric uncertainty mainly based on the Sobol indices.
I construct a surrogate model base…
-
I remember there used to be docs on what the transforms actually do, but they seem to have disappeared from the docs page! Where's the Disk transform definition, for example??
-
As is, the students are just walked through a few examples and then asked to test for orthonormality of columns.
I like the unique approach taken in the slides/notes for this course -- it shines a…
-
[A user asked this question through a separate channel recently. It'll be easier to answer it here.]
---
I need to do the fft to transform time domain waveform to the frequency domain. But I tr…
moble updated
3 years ago
-
I was going through the code used for experimentation on the toy data set. I was having an issue understanding the penalty that is issued while issuing the orthonormal certificates.
```python
opt…
-
n00b question: I use the factory functions a lot. My math skills aren't great. How would I go about look-at functionality in different coordinate spaces (OpenGL, Vulkan, Directx, etc.)?
EDIT: Appar…
ghost updated
3 years ago
-
As far as I understood the only way to set the `translation` and the `quaternion` in an `SE3` object is to use
```cpp
DataType& coeffs();
```
For example, the following lines of code are required …