Re: Namespace Math::Matrix::Banded

2020-08-23 Thread David Christensen
On 2020-08-23 02:40, Lutz Gehlen wrote: Hi all, I am working on a set of modules dealing with banded matrices (aka band matrices or band diagonal matrices). These are a certain kind of sparse matrices where all entries are known to be 0 except close to the main diagonal. Obviously, this conditio

Namespace Math::Matrix::Banded

2020-08-23 Thread Lutz Gehlen
Hi all, I am working on a set of modules dealing with banded matrices (aka band matrices or band diagonal matrices). These are a certain kind of sparse matrices where all entries are known to be 0 except close to the main diagonal. Obviously, this condition can be exploited for efficient storage a