view .dir-locals.el @ 32129:13fbc97f9362

new functions to initialize a tree_matrix matrix object * pt-tm-const.h, pt-tm-const.cc (tm_row_const::tm_row_const, tm_const::tm_const, tm_row_const::init, tm_const::init): New constructors and overloaded init methods that accept pointers to the beginning and end of a contiguous range of octave_value objects.
author Petter T. <petter.vilhelm@gmail.com>
date Thu, 15 Jun 2023 14:08:45 -0400
parents df203b20cfc6
children
line wrap: on
line source

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