-
I currently have a combined coverage report in the LCOV format, which is generated by Bazel. I would like to take this file and generate an HTML report from it using `gcovr` instead of `genhtml`.
F…
-
@rkern or @moble, do either of you know why this happens?
```
import numpy as np
from clifford import Cl
layout,blades = Cl(2) # note i changed firstIdx=1 by default in Cl
locals().update(blades)…
-
Currently, it seems that rustgpu does not support operator overloading (there is no ops module under spirv_std, and none of the examples seem to do this).
This is useful because although linear alg…
-
The current Mv class missing an implementation of the __ rtruediv __ method, it makes a simple expression like 1/I (where I is the pseudoscalar multivector) raise exception because the integer/float c…
-
**Description of the false positive**
The lines in question are:
```python
L21 = layout.MultiVector(...)
L12 = layout.MultiVector(...)
K = L21 + L12 + 2.0
beta = K(4) # Call to a non-callable o…
-
Can versor handle high dimensional algebras like CL(25,0) with sparse multivector representation??
I know it's a hard problem that galoop or gaige2 did not solve because of the representation of m…
-
When introducing phase kickback to the general public I realised that multivector bloch sphere has no labels. That can be confusing when you are not very familiar with the polar basis.
```python
s…
-
現状では、if文で処理している。
```c++
static std::unique_ptr create_solver_manager(std::string const& routine, Teuchos::RCP problem, Teuchos::ParameterList& pl) {
if ((routine == "LOBPCG") || (routine == "…
-
We should also decide whether to implement `Base.isinf`.
`Base.isfinite` has a default implementation of `isfinite(x::Number) = iszero(x - x)`, which we currently delegate to -- this seems to be s…
-
@Nelli-Khlyustova commented on Oct 4, 2018
Is grade involution available for general multivector?
For example, I have V = g3.mv('V', "mv") which is
V + V__xe1 + V__ye2 + V__ze3 + V__x…