AmpXspeig:=proc(tran_op::list, eigen_bases::list,
Xparams::list, Lvals::list)
local i,j,LL,L_min,L_max,L_dims,L_ends,L_count,
eigen_invs,tran_mat,block_tran_mat;
L_count:=nops(Lvals);
if Lcount=0 then return fi: # nothing to do
Note that Lcount has not been defined, but L_count has been. Looks like a typo.
The procedure starts as follows:
Note that Lcount has not been defined, but L_count has been. Looks like a typo.
See
acm16/versions/version-1.4/src/maple/acm1.4.mpl
Line 4613 in 10920ca