Truncations

Currently, truncations are supported through the following different methods:

MatrixAlgebraKit.truncrankFunction
truncrank(howmany::Int, by=abs, rev=true)

Truncation strategy to keep the first howmany values when sorted according to by or the last howmany if rev is true.

source