0
Hey hey! Please give us the following informations: Which matrix norm are you using. The norm of an matrix depends on the norm of the underlying vectorspace. How do you implement your matrix? Are you using classic C Arrays (int a[4]), std::vector<std::vector<T>> arrays or the really new std::array<std::array<T,m>,n> arrays?
31st Jan 2017, 12:28 PM
~datell