Skip to content
Snippets Groups Projects
Select Git revision
  • 4c3e0cafe54ac7c438e73e096a77d9ef18d6cd0f
  • main default protected
  • s2025dev
  • plot-fixes
  • Fall2024
5 results

sdd_tmg.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    sdd_tmg.html 1.55 KiB
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="stylesheet" href="../styles/main.css" media="screen" type="text/css" />
    <title>Text to Matrix Generator - Indexing Module</title>
    <style type="text/css">
    	body {
    		background-color: #ffffff;
    		font-size: 11pt; 
    		line-height: 20px;
    		overflow: hidden;
    	}
    </style>
    </head>
    <body>
    <table id="content_frame_table" align="left" width="96%" border="0" cellpadding="0" cellspacing="0">
    	<tr>
    		<td>
    			<div class="content">
    				<pre class="codeinput">
    					<span class="comment">
      SDD_TMG - interface for SDDPACK
        [X, D, Y]=SDD_TMG(A, K) computes a rank-K Semidiscrete 
        Decomposition of A using the SDDPACK [1]. 
      
        REFERENCES: 
        Tamara G. Kolda and Dianne P. O'Leary, Computation and 
        Uses of the Semidiscrete Matrix Decomposition, Computer 
        Science Department Report CS-TR-4012 Institute for Advanced 
        Computer Studies Report UMIACS-TR-99-22, University of 
        Maryland, April 1999.
     
      Copyright 2011 Dimitrios Zeimpekis, Eugenia Maria Kontopoulou, 
                     Efstratios Gallopoulos
    					</span>
    				</pre>
    			</div>
    		</td>
    	</tr>
    	<tr>
    		<td>
    			<p align="center">
    				<a href="../intro.html">Return to main page</a>
    			</p>
    		</td>
    	</tr>		
    </table>
    <script type="text/javascript">
    	var frame_height = document.getElementById("content_frame_table").clientHeight;
    	parent.document.getElementById("content_frame_id").height = frame_height;
    </script>
    </body>
    </html>