<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Quote:St wrote:However I in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Function-to-solve-the-linear-quot-less-equality-quot-constrained/m-p/930061#M13670</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;St wrote:&lt;BR /&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif;"&gt;However I would like to solve particular case:&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;

&lt;PRE&gt;     minimize ||c&amp;nbsp;-&amp;nbsp;A*x||2&amp;nbsp;subject to&amp;nbsp;B*x&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;d&lt;/PRE&gt;

&lt;PRE&gt;&lt;SPAN style="font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;That is more general than than the equality constrained case!


&lt;P&gt;&lt;SPAN style="font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 1em; line-height: 1.5;"&gt;See&amp;nbsp;&lt;A href="http://www.sbsi-sol-optimize.com/asp/sol_product_lssol.htm"&gt;http://www.sbsi-sol-optimize.com/asp/sol_product_lssol.htm&lt;/A&gt;&amp;nbsp;, and TOMS 587 at&amp;nbsp;&lt;A href="http://www.netlib.org/toms/587"&gt;http://www.netlib.org/toms/587&lt;/A&gt;&amp;nbsp;for two codes that solve the inequality constrained case. The former is not free.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2014 00:07:00 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2014-02-28T00:07:00Z</dc:date>
    <item>
      <title>Function to solve the linear "less-equality"-constrained least squares (LSE)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Function-to-solve-the-linear-quot-less-equality-quot-constrained/m-p/930060#M13669</link>
      <description>&lt;PRE style="color: rgb(0, 0, 0); line-height: normal;"&gt;
Hi, I know there is &lt;STRONG&gt;?gglse&lt;/STRONG&gt; that &lt;SPAN style="color: rgb(51, 51, 51); font-size: inherit; line-height: 20px; font-family: Verdana, Arial, sans-serif;"&gt;solves the linear equality-constrained least squares problem using a generalized RQ factorization&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal;"&gt;
      &lt;SAMP class="codeph" style="font-family: 'Courier New', Courier, monospace; color: rgb(51, 51, 51); font-size: 13px; line-height: 20px;"&gt;minimize ||&lt;VAR&gt;c&lt;/VAR&gt;&amp;nbsp;-&amp;nbsp;&lt;VAR&gt;A&lt;/VAR&gt;*&lt;VAR&gt;x&lt;/VAR&gt;||&lt;SPAN class="power" style="vertical-align: 0px; position: relative; bottom: 1ex;"&gt;2&lt;/SPAN&gt;&lt;/SAMP&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Verdana, Arial, sans-serif; line-height: 20px;"&gt;&amp;nbsp;subject to&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="codeph" style="font-family: 'Courier New', Courier, monospace; color: rgb(51, 51, 51); font-size: 13px; line-height: 20px;"&gt;&lt;VAR&gt;B&lt;/VAR&gt;*&lt;VAR&gt;x&lt;/VAR&gt;&amp;nbsp;=&amp;nbsp;&lt;VAR&gt;d
&lt;/VAR&gt;&lt;/SAMP&gt;     
However I would like to solve particular case:
&lt;/PRE&gt;

&lt;PRE style="font-size: 13px; color: rgb(0, 0, 0); line-height: normal;"&gt;
&lt;SAMP class="codeph" style="font-size: 13px; font-family: 'Courier New', Courier, monospace; color: rgb(51, 51, 51); line-height: 20px;"&gt;     minimize ||&lt;VAR&gt;c&lt;/VAR&gt;&amp;nbsp;-&amp;nbsp;&lt;VAR&gt;A&lt;/VAR&gt;*&lt;VAR&gt;x&lt;/VAR&gt;||&lt;SPAN class="power" style="vertical-align: 0px; position: relative; bottom: 1ex;"&gt;2&lt;/SPAN&gt;&lt;/SAMP&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Verdana, Arial, sans-serif; line-height: 20px;"&gt;&amp;nbsp;subject to&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="codeph" style="font-size: 13px; font-family: 'Courier New', Courier, monospace; color: rgb(51, 51, 51); line-height: 20px;"&gt;&lt;VAR&gt;B&lt;/VAR&gt;*&lt;VAR&gt;x&lt;/VAR&gt;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;VAR&gt;d&lt;/VAR&gt;&lt;/SAMP&gt;&lt;/PRE&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal;"&gt;
Is this possible, I have searched documentation but had no luck&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 19:39:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Function-to-solve-the-linear-quot-less-equality-quot-constrained/m-p/930060#M13669</guid>
      <dc:creator>St</dc:creator>
      <dc:date>2014-02-27T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Quote:St wrote:However I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Function-to-solve-the-linear-quot-less-equality-quot-constrained/m-p/930061#M13670</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;St wrote:&lt;BR /&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif;"&gt;However I would like to solve particular case:&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;

&lt;PRE&gt;     minimize ||c&amp;nbsp;-&amp;nbsp;A*x||2&amp;nbsp;subject to&amp;nbsp;B*x&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;d&lt;/PRE&gt;

&lt;PRE&gt;&lt;SPAN style="font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;That is more general than than the equality constrained case!


&lt;P&gt;&lt;SPAN style="font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 1em; line-height: 1.5;"&gt;See&amp;nbsp;&lt;A href="http://www.sbsi-sol-optimize.com/asp/sol_product_lssol.htm"&gt;http://www.sbsi-sol-optimize.com/asp/sol_product_lssol.htm&lt;/A&gt;&amp;nbsp;, and TOMS 587 at&amp;nbsp;&lt;A href="http://www.netlib.org/toms/587"&gt;http://www.netlib.org/toms/587&lt;/A&gt;&amp;nbsp;for two codes that solve the inequality constrained case. The former is not free.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2014 00:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Function-to-solve-the-linear-quot-less-equality-quot-constrained/m-p/930061#M13670</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-02-28T00:07:00Z</dc:date>
    </item>
  </channel>
</rss>

