exports.ROW = function(matrix, index) {
  if (arguments.length !== 2) {
    return error.na;
  }