[Libre-soc-dev] complex numbers as matrices

Jacob Lifshay programmerjake at gmail.com
Sat Jun 26 02:32:38 BST 2021


On Fri, Jun 25, 2021, 18:24 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

> On 6/26/21, Jacob Lifshay <programmerjake at gmail.com> wrote:
>
> >
> > Yup, it has the same arithmetic ops, *however* it takes twice as much
> > storage for A and you'd have to constantly regenerate the matrix A
> > from a vec2. efficient? not likely.
>
> with the a and b being replicated in a regular pattern actual copies
> are completely unnecessary.
>
> the REMAP schedule can "pretend" by simply pointing back at the
> "duplicated" element.
>

does remap negate elements as part of remapping elements? if not, than
"pretending" doesn't work.

Jacob


More information about the Libre-soc-dev mailing list