pub fn minpoly<R, P, H>(
ring: &R,
el: &R::Element,
poly_ring: P,
hom: H,
) -> El<P>where
R: ?Sized + FreeAlgebra,
P: RingStore,
P::Type: PolyRing,
<<P::Type as RingExtension>::BaseRing as RingStore>::Type: LinSolveRing,
H: Homomorphism<<R::BaseRing as RingStore>::Type, <<P::Type as RingExtension>::BaseRing as RingStore>::Type>,
Available on crate feature
unstable-enable
only.Expand description
ยงAvailability
This API is marked as unstable and is only available when the unstable-enable
crate feature is enabled. This comes with no stability guarantees, and could be changed or removed at any time.