Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Build DenseMatrix from DenseVector

$
0
0
Dear community,

I want to build a DenseMatrix from several DenseVectors. I've been succeed but I've done via:

//delete next extra row
resultDenseMatrix = (DenseMatrix)result.SubMatrix(...);
//insert new vector
resultDenseMatrix = (DenseMatrix)result.InsertRow(...);

That seems pretty weird to me. Is there an easy way?

Thanks in advance,

Viewing all articles
Browse latest Browse all 971

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>