Ignore:
Timestamp:
12/02/21 10:45:36 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: done with VecMerge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/jl/solve/toolkits.jl

    r26686 r26698  
    7373
    7474        x = IssmVector(GetSize(xold))
    75         x.vector = (b.vector\A.matrix)' #not sure why we need to transpose... that's a mystery!
     75        x.vector = (A.matrix\b.vector)
    7676
    7777        return x
Note: See TracChangeset for help on using the changeset viewer.