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
The documentation mentions two functions square_free_factorize in the Polynomial package. The first one, with three arguments, does not exist. I tried and I got a "no match for call to ..." error when compiling, and I also searched for this function in the code. But we can use PolynomialTraits_d::Square_free_factorize.
The text was updated successfully, but these errors were encountered:
@stla The title of this issue is strange (1/2). Should we expect a second part of it?
No. 1/2 refers to the documentation. There is the function square_free_factorize (1/2) and the function square_free_factorize (2/2). The missing one is 1/2.
Hello,
The documentation mentions two functions
square_free_factorize
in the Polynomial package. The first one, with three arguments, does not exist. I tried and I got a "no match for call to ..." error when compiling, and I also searched for this function in the code. But we can usePolynomialTraits_d::Square_free_factorize
.The text was updated successfully, but these errors were encountered: