exports.COLUMNS = function(matrix) {
  if (arguments.length !== 1) {
    return error.na;
  }