B David Saunders

Results 20 comments of B David Saunders

I propose the following convention for all our Las Vegas methods. 1. The user provides a lower bound for the probability of correctness, a float in the range [0..1]. 1...

Rereading my note I see that the first line should have said "Monte Carlo". Las Vegas and Deterministic are indistinguishable to the user... I think the affected solutions are, over...

I wholeheartedly agree. If we ever implement the postdoc probability reporting, it would also be written to the method. In examples/solve.C inconsistent systems throw a LinBox error. I would rather...

There is not currently an off the shelf nullspace basis code for sparse matrices in linbox. That said, the components are all there and work on this is part of...

Hi again, Dawoon, It does sound like a case for BW. I am going to suggest the version described in the very recent thesis of Gavin Harrison and currently in...

The answer is yes, MatrixPermutation from matrix/matrix-permutation.h and Permutation from blackbox/permutation.h make the same representation. Meanwhile BlasPermutation is the Lapack style rep used in fflas/ffpack. Five points: 1. I don't...

LinBox is a template library consisting almost entirely of header files. Unfortunately, a number of explicit function definitions are to be found in some of these headers. The solution currently...

Hi again, Vincent, I agree we should comment on this. In fact, even if we do adjust to allow separate compilation, I would still suggest compiling all your linbox-using code...

I think I know how to get rid of the global variable when commentator is disabled. I'll do it. On Wed, Dec 13, 2017 at 9:50 AM, Clément Pernet wrote:...

Clément, Thanks for that. A related issue: NTL has it's headers in include/NTL/ rather than include/ntl/. We refer to the latter in some places: "#include ". I suppose here we...