MLIR  19.0.0git
Namespaces | Functions
Polynomial.cpp File Reference
#include "mlir/Dialect/Polynomial/IR/Polynomial.h"
#include "mlir/Support/LogicalResult.h"
#include "llvm/ADT/SmallVector.h"

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)