Is there any way to transform band matrix to normal with Math.NET Numerics library or some other ?
Asked
Active
Viewed 87 times
0
-
What do you mean by normal? – Graham Dec 23 '15 at 17:23
-
something like [this](https://codeshare.io/6RGR4) – JFF Dec 23 '15 at 18:39
-
It's still unclear to me what the relationship between these two matrices is supposed to be. Also, by linear algebra terms, your "Normal matrix" is technically a [band matrix](https://en.wikipedia.org/wiki/Band_matrix), but your "Band matrix" is not. – Christoph Rüegg Dec 23 '15 at 23:26
-
I'm sorry, my mistake. I want transforming like [this](https://en.wikipedia.org/wiki/Band_matrix#Band_storage) (from short form to norma matrix) – JFF Dec 24 '15 at 06:08