#723 ThirdParty/Matrix: define Matrix operations as free functions that act...
#723 ThirdParty/Matrix: define Matrix operations as free functions that act upon a template parameter of type Private::BaseMatrix. Hence ShellMatrix will be able to use them as well without creating any conflict with overloads that act upon vectors.