hypermesh tcl package about matrix concept
asdfsdfasdfasdfasdf
Altair Community Member
I know the usage of dict
and array
in Tcl, but personally, I am not a big fan of these approaches. Are there any packages that provide better support for 2D matrices? For example, something that can clearly express coordinates like (0,0)=0
and (0,1)=5
.
Tagged:
0
Answers
-
Hello @asdfsdfasdfasdfasdf ,
Matrix was not available first in tcl language. It seems it is available now as a tcllib function:
That said, I cannot comment particularly as I did not use it in my past tcl automations
Best Regards,
Michael
0