We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@dlfivefifty Does the @assert in https://github.com/JuliaApproximation/PiecewiseOrthogonalPolynomials.jl/blob/5c9cc9448b25c62b5b3b5301f12262dca864be29/src/arrowhead.jl#L281C5-L281C5 need to be there?
@assert
The matrices for the disk do not fit the exact format for reversecholesky currently implemented in PiecewisePolys and I error at this assert.
reversecholesky
The text was updated successfully, but these errors were encountered:
Did you try deleting it? It'll do the wrong thing probs unless you change the ranges of the for loops
Sorry, something went wrong.
No branches or pull requests
@dlfivefifty Does the
@assert
in https://github.com/JuliaApproximation/PiecewiseOrthogonalPolynomials.jl/blob/5c9cc9448b25c62b5b3b5301f12262dca864be29/src/arrowhead.jl#L281C5-L281C5 need to be there?The matrices for the disk do not fit the exact format for
reversecholesky
currently implemented in PiecewisePolys and I error at this assert.The text was updated successfully, but these errors were encountered: