Open ClementPernet opened 4 months ago
Although asymptotically more expensive (additional log n in space and time), it is expected to perform faster on small enough matrices. We need to experiment to determine whether it is worth implementing a switch between SSS and RRR.
Branch https://github.com/linbox-team/fflas-ffpack/tree/repRRR, still under development. Implement this.
Although asymptotically more expensive (additional log n in space and time), it is expected to perform faster on small enough matrices. We need to experiment to determine whether it is worth implementing a switch between SSS and RRR.