Skip to content
  • Andreas Nüßing's avatar
    Change tensor representation · c0a926d8
    Andreas Nüßing authored
    The tensors used to be represented as a 3x(3*#elements) matrix, i.e.
    a concatenation of the 3x3 tensors. In order to simplify the handling
    of the tensors and use the representation that is already used by
    simbio, we change the representation to 9x(#elements) where each tensor
    is stored row-wise.
    c0a926d8