view test/classdef/module.mk @ 20603:f61c67865d9f

Don't return A for inv (A) when A is a singular Diagonal matrix (bug #46103). * dDiagMatrix.cc (inverse), fDiagMatrix.cc (inverse): return octave_Inf for the inverse of a diagonal element whose value is 0. * test/diag-perm.tst: Add tests for new behavior.
author Rik <rik@octave.org>
date Wed, 07 Oct 2015 07:41:44 -0700
parents 85b287475196
children
line wrap: on
line source

classdef_TEST_FILES = \
  test/classdef/foo_method_changes_property_size.m \
  test/classdef/foo_static_method_constant_property.m \
  test/classdef/foo_value_class.m \
  test/classdef/classdef.tst

TEST_FILES += $(classdef_TEST_FILES)