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

New Post: new user question

$
0
0

You could also use using as a sorta typedef within a file:

using Vector = MathNet.Numerics.LinearAlgebra.Double.DenseVector;
using Matrix = MathNet.Numerics.LinearAlgebra.Complex.DenseMatrix;

...

var v = new Vector(5);
var m = new Matrix(5, 5);

This should also get you access to the extension methods.


Viewing all articles
Browse latest Browse all 971

Trending Articles



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