// we only support exactly one major version, since major version changes imply a breaking change.
if(linearAlgebra!=2)
if(_linearAlgebraMajor!=2)
{
thrownewNotSupportedException(string.Format("MKL Native Provider not compatible. Expecting linear algebra v2 but provider implements v{0}.",linearAlgebra));
thrownewNotSupportedException(string.Format("MKL Native Provider not compatible. Expecting linear algebra v2 but provider implements v{0}.",_linearAlgebraMajor));