const GetterFunctions = {
  [GetterNames.GetMatrix]: getMatrix,
  [GetterNames.GetMatrixRows]: getMatrixRows,
  [GetterNames.GetMatrixRowsDynamic]: getMatrixRowsDynamic,
  [GetterNames.GetMatrixView]: getMatrixView,