In MATLAB element-wise operations:
".*", ".^", "./" and so on.
In SAGE I have only found ".elementwise_product()". Are there any other element-wise operations on matrices, vectors, lists?
Thanks in advance!
1 | initial version |
In MATLAB element-wise operations:
".*", ".^", "./" and so on.
In SAGE I have only found ".elementwise_product()". Are there any other element-wise operations on matrices, vectors, lists?
Thanks in advance!