Changeset 26698 for issm/trunk-jpl/src/jl/solve/toolkits.jl
- Timestamp:
- 12/02/21 10:45:36 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/jl/solve/toolkits.jl
r26686 r26698 73 73 74 74 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) 76 76 77 77 return x
Note:
See TracChangeset
for help on using the changeset viewer.