Skip to content

Odot operation on matrices

KeitaYoshioka requested to merge KeitaYoshioka/ogs:Odot into master

An operation on matrices A and B, called Odot:

$ (A \odot B){ijkl} = \frac12 (A{ik} B_{jl} + A_{il} B_{kj})$

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Dmitry Yu. Naumov

Merge request reports