Replies: 2 comments
-
The matrices in Math.NET Numerics are really only matrices, not n-dimensional arrays. They are fixed to 2 dimensions and cannot be nested. Unfortunately Math.NET Numerics does not provide any higher dimensional structures like tensors at this point. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
and it works well for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've just started to use Math.Net and I wonder if is possible to create a multidimensional sparse matrix.
Even a dense matrix would work.
I tried Matrix < Matrix < double > > without success.
Is it possible to create matrices with more than 2 dimensions?
I would also like to operate the multidimensional matrix, like multiplication with a scalar or multiplication with another matrix or vector.
Is it possible to do projections of a matrix?
Thanks for your help beforehand.
/Hiram
Beta Was this translation helpful? Give feedback.
All reactions