Gavin Harrison

Results 3 comments of Gavin Harrison

I found a work around. Instead of copying to matrix and using the old matrix as the output, create a new empty matrix as the output then resize the old...

Making GFqDom extend FiniteRing and adding the following snippet to fflas-ffpack/field/field-traits.h allows it compile, but I'm not sure whether or not it makes sense semantically. ``` template struct ModeTraits{typedef typename...

OK, it looks like GFqExt is probably the way to go for now. To give some context, I'm trying to use LinBox's block methods with the matrix embedded in an...