Re: Namespace Math::Matrix::Banded

2020-08-24 Thread David Christensen
On 2020-08-24 06:46, Lutz Gehlen wrote: Hi David, thank you for your advice. YW. :-) On Sunday, 23.08.2020 06:37:47 David Christensen wrote: On 2020-08-23 02:40, Lutz Gehlen wrote: [...] I am working on a set of modules dealing with banded matrices (aka band matrices or band diagonal ma

Re: Namespace Math::Matrix::Banded

2020-08-24 Thread Lutz Gehlen
Hi David, thank you for your advice. On Sunday, 23.08.2020 06:37:47 David Christensen wrote: > On 2020-08-23 02:40, Lutz Gehlen wrote: [...] > > 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

Re: Namespace Math::Matrix::Banded

2020-08-24 Thread Neil Bowers
Hi Lutz, One thing to be aware of, is that if you’re releasing a distribution Math-Matrix-Banded, then your distribution needs to include a module Math::Matrix::Banded[*]. I like the model where you also have ::Square, ::Rectangular, and ::Symmetric — a class for each internal representation.