You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuasiArrays.jl now has PolynomialLayout, which currently only supports Inclusion but is designed to represent general polynomials. This package has AbstractOPLayout which should be a special class of polynomial layout.
This helps make sense of how WeightedBasisLayout should work. E.g. equality can be made precise (if w1 and w2 are not polynomial and P and Q are non-zero polynomial quasimatrices then w1 .* P == w2 .* Q iff w1 == w2 and P == Q)
The text was updated successfully, but these errors were encountered:
QuasiArrays.jl now has
PolynomialLayout
, which currently only supportsInclusion
but is designed to represent general polynomials. This package hasAbstractOPLayout
which should be a special class of polynomial layout.This helps make sense of how
WeightedBasisLayout
should work. E.g. equality can be made precise (ifw1
andw2
are not polynomial andP
andQ
are non-zero polynomial quasimatrices thenw1 .* P == w2 .* Q
iffw1 == w2
andP == Q
)The text was updated successfully, but these errors were encountered: