view libinterp/template-inst/module.mk @ 20633:ffc6cdcd02c5 stable

Fix segfault when complex double matrix calls ZGETRF (bug #45577). * CMatrix.cc (finverse, determinant, rcond, fsolve): Calculate norm of matrix and if it is NaN, skip calling ZGETRF in LAPACK and set info to non-zero value to signal an error.
author Rik <rik@octave.org>
date Sat, 10 Oct 2015 16:46:00 -0700
parents 2fc554ffbc28
children 0ce7d8303152
line wrap: on
line source

EXTRA_DIST += template-inst/module.mk

TEMPLATE_INST_SRC = \
  template-inst/Array-os.cc \
  template-inst/Array-tc.cc \
  template-inst/Array-jit.cc