view test/@Dork/bling.m @ 12282:81e9ff0cc729 release-3-4-x

eigs-base.cc: fix error in change removing HAVE_ARPACK
author John W. Eaton <jwe@octave.org>
date Fri, 28 Jan 2011 14:21:57 -0500
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = bling( m1, m2 )

  out = 1;
        
end