fflas-ffpack icon indicating copy to clipboard operation
fflas-ffpack copied to clipboard

Implement H (or RRR) representation for quasiseparable matrices

Open ClementPernet opened this issue 7 months ago • 1 comments

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.

ClementPernet avatar Jul 23 '24 09:07 ClementPernet