public void TestMultiplyScalar()
 {
     TestAlgebraLinear.TestMultiplyScalar(new AlgebraLinearReal64MathNet());
 }
 public void TestMatrixMatrixProduct1()
 {
     TestAlgebraLinear.TestMatrixMatrixProduct1(new AlgebraLinearReal64MathNet());
 }
 public void TestAddMany()
 {
     TestAlgebraLinear.TestAddMany(new AlgebraLinearReal64MathNet());
 }