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

New Post: new user question

$
0
0

Sorry, my mistake - that trick only actually works if you're inside the MathNet.Numerics.LinearAlgebra namespace. Please consider cuda's approach instead with an alias, or more general e.g.:

using DoubleLA = MathNet.Numerics.LinearAlgebra.Double;
using ComplexLA = MathNet.Numerics.LinearAlgebra.Complex;

var a = new DoubleLA.DenseMatrix(3,4);

Thanks,
Christoph


Viewing all articles
Browse latest Browse all 971

Trending Articles



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