-
Each column is now a std::vector of its own, with its own size and capacity. This is redundant since all columns will always have the same size and capacity. A multivector implementation with only one…
-
-
i specifically aspire to take the wedge product of 2 len 50000 vectors. i know that has 2.5e9 entries but i've got the RAM and want to try it for neural network interpretability.
but even at 50, it…
alok updated
2 months ago
-
How can I extract the coordinates of a multivector for further processing (e.g. as reals)?
Example:
Given a multivector `v=e_1+2*e_2+3*e_3` how can I calculate from it the list `v1=(1,2,3)` for fu…
-
Almost all of our operations create an extra copy (see #280). The fix proposed there is to opt-in for copy-free construction (spelt `layout.MultiVector(value, copy=False)`). However, it seems that eve…
-
Continuing from discussions on Slack with @abrombo and @hugohadfield :
Alan Bromborsky:
> I think the biggest deficiency of galgebra is that it can only reduce multivector expressions in one dir…
-
@trilinos/tpetra
Greetings Everyone,
Is there a Tpetra type (or other package with a similar distributed type) that can serve as a dense matrix using Layout Right? In theory the multivector type cou…
-
### Description
I want to create new data types in cupy. I'm thinking of a "fixed point" decimal type, and multivectors from geometric algebra. I understand how to create a new data type, this is wel…
-
We have problems installing trilinos on TACC Frontera with the latest candi version (see bug report in the [ASPECT forum](https://community.geodynamics.org/t/error-for-configuring-dealii-v9-5-2-on-fro…
-
Would it be possible to add an option to use the matrix pseudoinverse instead of the normal matrix inverse into the method for computing inverses for multivectors? Having read the relevant chapter in …
tBuLi updated
4 years ago