LCP / MCP solver (Newton-based)

版本 1.0.0.0 (2.8 KB) 作者: Yuval
Solve the Linear Complementarity Problem.
2.6K 次下载
更新时间 2008/8/4

查看许可证

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.

引用格式

Yuval (2024). LCP / MCP solver (Newton-based) (https://www.mathworks.com/matlabcentral/fileexchange/20952-lcp-mcp-solver-newton-based), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Weather and Atmospheric Science 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0