Gavin Harrison
Gavin Harrison
I've been working on Polynomial Smith Form implementations that use the polynomial matrix and polynomial matrix mul domain. I've run into an issue where the polynomial matrix mul will fail...
Call to computePolyDetExtension() from linbox/algorithms/coppersmith-invariant-factors.h from examples/find-invariant-factors.h It only appears to be used to verify the results of computeFactors(), so I moved the line into the OUTPUT_CHECKPOINTS block to be...
The following bit of code does not compile. LinBox::BlasMatrixDomain.mul calls FLAS::fgemm. I'm building in the linbox test directory and added the file to the Makefile.am ``` #include "linbox/linbox-config.h" #include #include...