view .dir-locals.el @ 12649:8579e7a6e6e0

Improve performance (2X) of svds by avoiding issymmetric calculation (bug #33073) * svds.m: Pass issym option to eigs() call. * eigs.cc: Avoid issymetric calculation if 'issym' option given.
author Rik <octave@nomad.inbox5.com>
date Thu, 05 May 2011 16:58:43 -0700
parents d4dab9605c49
children 3d7a4a2d9cef
line wrap: on
line source

((nil . ((indent-tabs-mode . nil)
         (fill-column . 72)))
 (c-default-mode "gnu")
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))