Differences From Artifact [79adf97ac2]:

To Artifact [a398dadfdb]:


18
19
20
21
22
23
24


25
26
27
28
29
30
31
  : Solver (ae,npar,nu,nx,ny,nyz)
  {
    static_ptr = this;
  }

  static ColumnVector
  f_hybrd (const ColumnVector &tryUi);



protected:

  void
  Solve (void);

public:







>
>







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  : Solver (ae,npar,nu,nx,ny,nyz)
  {
    static_ptr = this;
  }

  static ColumnVector
  f_hybrd (const ColumnVector &tryUi);

  ~Hybrd_Solver (void) {};

protected:

  void
  Solve (void);

public:

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]