public void SetUp()
 {
     m_Benchmark            = new BuildInVectorUnitSpecial();
     m_MathVectorOperations = CreateTestObject();
 }
 /// <summary>Initializes a new instance of the <see cref="YepppNativeWrapper" /> class.
 /// </summary>
 public YepppNativeWrapper()
 {
     m_Name  = new IdentifierString("Yeppp!");
     Basics  = new YepppVectorUnitBasics();
     Special = new BuildInVectorUnitSpecial();
 }