建不了的模。 发表于 2014-8-7 14:02

基于Newton算法的LCP / MCP (线性互补问题)解算器

基于Newton算法的LCP / MCP (线性互补问题)解算器

Solve the Linear Complementarity Problem.

x = LCP(M,q) solves the LCP  

          x >= 0  
     Mx + q >= 0  
  x'(Mx + q) = 0  

  x = LCP(M,q,l,u) solves the generalized LCP (a.k.a MCP)  

  l < x < u => Mx + q = 0  
      x = u => Mx + q < 0  
  l = x => Mx + q > 0  

  x = LCP(M,q,l,u,x0,display) allows the optional initial value 'x0' and  
  a binary flag 'display' which controls the display of iteration data.

**** Hidden Message *****

自己想 发表于 2014-8-7 14:38

狂子 发表于 2014-8-7 16:50

赞一个。。。。。。。

dunang 发表于 2014-8-8 10:50

772559732 发表于 2014-8-8 14:54

比赛快开始啦,期待和忐忑

狂子 发表于 2014-8-11 10:11

赞一个。。。。。。。。

..继续、_Contin 发表于 2014-8-12 18:34

0.0,来看看

delaunay 发表于 2014-12-21 08:23

必须回复吗
页: [1]
查看完整版本: 基于Newton算法的LCP / MCP (线性互补问题)解算器