pchanial / pyoperators

Operators and solvers for high-performance computing.
http://pchanial.github.com/pyoperators
Other
14 stars 9 forks source link

elementwise multiplication #10

Closed argriffing closed 10 years ago

argriffing commented 11 years ago

Operators can be combined together by addition, element-wise multiplication or composition

In the docs, is this supposed to say "scaling" instead of "element-wise multiplication"? As it is written, it makes me think of element-wise multiplication of the matrices representing the operators to be combined.

pchanial commented 10 years ago

Hello, thanks for the feedback ! you're right, this part of the documentation is not clear, I have updated the section 'Manipulating operators' to states that the multiplication operates element-wise on the operands outputs. Let me know if it's still unclear.