Skip to main content

All Questions

Tagged with
2 votes
1 answer
218 views

Are vectors and matrices reference or value types? Math.Net Numerics

Excuse my ignorance, but are vectors and matrices reference or value types? Not sure if that makes a difference, but I am referring to those created from an array? I tried to look it up online quickly,...
user20593243's user avatar
7 votes
1 answer
4k views

Completely wrong value for matrix multiplication with System.Numerics

Even though the System.Numerics.Vectors library that is obtainable via NuGet has its own functions for view and projection matrices I wanted to implement it myself and just use the vector and matrix ...
Christian Ivicevic's user avatar
0 votes
1 answer
9k views

Filling and manipulating matrices using MathNet.Numerics

I'm working on a code where I need to represent a small number of matrices (around 10) and do some operations with them (like get the inverse, transposed, etc). One of my co-workers recommended using ...
lucas.mdo's user avatar
  • 439