I have tried to use enums for reduced matrix calculations but I can't
get the initialisation to work. Can someone help, please?
enum le_matrix=( neg null pos )
compound container
le_matrix -a container.m1=( [4][4][4][4][4][4][4][4]=pos )
print -v container
I would expect that container.m1 is an eight dimensional array but the
print -v container gives me a one dimensional array with the wrong
value:
(
le_matrix -a m1=(
[4]=neg
)
)
Wendy
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users