qfall / math

Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20 stars 2 forks source link

Tensor product for MatQ #388

Closed Marvin-Beckmann closed 1 year ago

Marvin-Beckmann commented 1 year ago

Description

This PR adds the Tensor-Product for MatQ. It was already supported for MatZ, MatZq and MatPolyOverZ, so adding this functionality to MatQ increases consistent usage for our types.

Testing

Checklist: