view scripts/io/module.mk @ 13061:addfc0ae69c0

Make bicgstab interface more compatible * bicgstab.m: Add the possibility to pass a function handle for the coefficient matrix. Also add more tests.
author Carlo de Falco <kingcrimson@tiscali.it>
date Sat, 03 Sep 2011 20:06:30 +0200
parents 3450551f591e
children 9a455cf96dbe
line wrap: on
line source

FCN_FILE_DIRS += io

io_FCN_FILES = \
  io/beep.m \
  io/csvread.m \
  io/csvwrite.m \
  io/dlmwrite.m \
  io/fileread.m \
  io/is_valid_file_id.m \
  io/strread.m \
  io/textscan.m \
  io/textread.m

FCN_FILES += $(io_FCN_FILES)

PKG_ADD_FILES += io/PKG_ADD

DIRSTAMP_FILES += io/$(octave_dirstamp)