pub fn create_multiplication_matrix<R: RingStore, A: Allocator>(
ring: R,
el: &El<R>,
allocator: A,
) -> OwnedMatrix<El<<R::Type as RingExtension>::BaseRing>, A>where
R::Type: FreeAlgebra,
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.