MLIR
20.0.0git
|
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::polynomial | |
Functions | |
template<typename PolyT , typename MonomialT > | |
FailureOr< PolyT > | mlir::polynomial::fromMonomialsImpl (ArrayRef< MonomialT > monomials) |
template<typename PolyT , typename MonomialT , typename CoeffT > | |
PolyT | mlir::polynomial::fromCoefficientsImpl (ArrayRef< CoeffT > coeffs) |