view test/bug-53956/bug53956_class_4.m @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents 71724787d972
children
line wrap: on
line source

classdef bug53956_class_4 < bug53956_class_3
  properties
  end
  methods
    function delete (self)
      global dtor4_called
      dtor4_called++;
    end
  end
end