Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Pow-factor usage unification #272

Open
ETatuzova opened this issue Jan 17, 2024 · 0 comments
Open

Pow-factor usage unification #272

ETatuzova opened this issue Jan 17, 2024 · 0 comments

Comments

@ETatuzova
Copy link
Contributor

There are few different places in placeholder where pow_factor construction is used.
result = \sum_i=0 ^n \alpha^i c_i

But sometimes it has form:
result = \sum_i=0 ^n \alpha^{n-i} c_i

Due to our plans to create an efficient pow_factor component we need to provide similar pow_factor usage to increase pow_factor efficiency.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant