-
Notifications
You must be signed in to change notification settings - Fork 21
/
tensor_toolbox_product_page.html
228 lines (188 loc) · 6.29 KB
/
tensor_toolbox_product_page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!-- DO NOT MODIFY THIS FILE. IT IS AUTOMATICALLY GENERATED. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--$Id: tensor_toolbox_product_page_template.html,v 1.5 2010/04/07 01:15:44 tgkolda Exp $-->
<html><head><!-- 1. SITE TITLE --><title>MATLAB Tensor Toolbox</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="icon" href="images/snl_icon.png" type="image/png">
<style type="text/css">
<!--
html, body {
top:0px;
left:0px;
margin:0px;
padding:0px;
border:0;
font:normal .90em Verdana, Arial, Helvetica, sans-serif;
color:#333333;
}
a:link {
color: #004889;
}
a:visited {
color: #004889;
}
a:hover {
color: #004889;
}
img { border: 0px; padding: 0; margin: 0;}
td { vertical-align:top; }
.background {
background-color:#004889;
background-image: url(doc/images/banner-background.jpg);
background-repeat:no-repeat;
}
.leftnav {
color:#333;
background-color:#f3ede6;
text-decoration:none;
border-bottom:1px dotted #baa588;
font-weight:normal;
font-size:.90em;
line-height:1.4em;
}
.leftnav a:link, .leftnav a:visited {
color:#333;
background-color:#f3ede6;
text-decoration:none;
font-weight:normal;
}
.leftnav a:hover, .leftnav a:visited:hover {
color:#333;
background-color:#f3ede6;
text-decoration:underline;
font-weight:normal;
}
.leftnav-header {
color:#fff;
background-color:#9d2d2c;
font: bold 1.20em/1.0em Arial, Verdana, sans-serif;
letter-spacing:1px;
}
.leftnav-header a:link, .leftnav-header a:visited {
color: #FFF;
text-decoration: none;
}
.content-sub { padding: 0px 10px 0px 0px; }
#content h2 {
color:#9d2d2c;
border-bottom:1px dotted #baa588;
margin:0;
padding: 0px 0px 2px 0px;
}
.right_border {
width: 160px;
border-left:1px dotted #baa588;
padding: 15px 0px 0px 10px;
font-size: 0.9em;
}
h3, h4, h5 {
color:#333;
margin-bottom: -0.7em;
}
#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:.8em;
line-height: 1.3em;
color:#222;
white-space:nowrap;
border-top:1px dotted #baa588;
text-align:center;
}
#footer a:link, #footer a:visited {
color:#004889;
text-decoration:none;
}
#footer a:hover, #footer a:visited:hover {
color:#22225f;
text-decoration:underline;
}
.red_text {color: #A63839}
-->
</style></head>
<body>
<!-- begin sandia banner -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="background"><a href="http://www.sandia.gov/"><img area="13494" src="doc/images/logo.gif" alt="Sandia National Laboratories" border="0" height="78" width="173"></a></td>
</tr>
</tbody></table>
<!-- end sandia banner -->
<table border="0" cellpadding="0" cellspacing="15" width="100%">
<tbody><tr>
<td width="1%">
<!-- begin left navigation -->
<!-- end left navigation -->
</td>
<td width="95%">
<!-- begin content area -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<!-- 5. PAGE TITLE -->
<td colspan="3" id="content"><h2>Tensor Toolbox</h2></td>
</tr>
<tr>
<td class="content-sub">
<P>The MATLAB Tensor Toolbox enables the creation and manipulation of
dense and sparse multidimensional arrays.</p>
<h3>Documentation</h3>
<ul>
<li><a href="doc/html/A1_tensor_doc.html">Tensors</a></li>
<li><a href="doc/html/A2_sptensor_doc.html">Sparse Tensors</a></li>
<li><a href="doc/html/B1_tenmat_doc.html">Converting a tensor to a matrix and vice versa</a></li>
<li><a href="doc/html/B2_sptenmat_doc.html">Converting sparse tensors to matrices and vice versa</a></li>
<li><a href="doc/html/C_ttensor_doc.html">Tucker Tensors</a></li>
<li><a href="doc/html/D_ktensor_doc.html">Kruskal tensors</a></li>
<li><a href="doc/html/M1_multiply_doc.html">Multiplying tensors</a></li>
<li><a href="doc/html/N_nvecs_doc.html">Generating the leading mode-n vectors</a></li>
<li><a href="doc/html/Q_collapse_scale_doc.html">Collapsing and scaling tensors</a></li>
<li><a href="doc/html/S_test_problems_doc.html">Creating test problems and initial guesses</a></li>
<li><a href="doc/html/T1_algorithms_doc.html">ALS optimization for CP and Tucker tensor decompositions</a></li>
<li><a href="doc/html/T2_opt_algorithms_doc.html">All-at-once optimization for CP tensor decomposition</a></li>
<li><a href="doc/html/T3_wopt_algorithms_doc.html">Weighted optimization for CP tensor decomposition with incomplete data</a></li>
<li><a href="doc/html/T4_cpapr_doc.html">Alternating Poisson Regression for fitting CP to sparse count data</a></li>
<li><a href="doc/html/V_SSHOPM_doc.html">Shifted Symmetric Higher-Order Power Method (eig_sshopm)</a></li>
</ul>
<h3>Home<font size="3"> </font>Page</h3>
<p>For more information including how to cite the
toolbox (as required by the license), please
visit the Tensor Toolbox homepage at
<a href="http://www.sandia.gov/~tgkolda/TensorToolbox/">
http://www.sandia.gov/~tgkolda/TensorToolbox/</a>.</p>
<h3>Legal Stuff</h3>
<ul>
<li><a href="LICENSE.txt">Tensor Toolbox License</a>
</li>
<li><a href="COPYRIGHT.txt">Tensor Toolbox Copyright</a></li>
</ul>
<h3>Questions or Comments?</h3>
<p>Please send us <a href="mailto:tgkolda@sandia.gov,bwbader@sandia.gov">
email</a>.</p>
</td>
<!-- Right column: Place your logo, images, contacts and related links here --><!--your logo or images should be no wider than 160 pixels-->
<!-- "<td class="right_border">" is essential, DO NOT REMOVE -->
<td class="right_border">
<img border="0" src="doc/images/Workspace.png" width="227" height="135">
<p> <br><strong>Contact</strong><br>
<a href="http://www.sandia.gov/~tgkolda/">Tamara Kolda</a> <br>
<a href="mailto:tgkolda@sandia.gov">tgkolda@sandia.gov</a><br>
(925)294-4769</p>
<!--<p><a href="http://www.cs.sandia.gov/~bwbader/">Brett Bader</a> <br>
<a href="mailto:bwbader@sandia.gov">bwbader@sandia.gov</a><br>
(505)845-0514</p>-->
</td>
<!--end Right column-->
</tr>
</tbody></table></td>
</tr>
<tr>
<td colspan="2">
<!-- begin footer -->
<a name="footer"></a>
<div id="footer">©2012, Sandia Corporation.<br>
</div>
<!-- end footer -->
</td>
</tr>
</tbody></table>
</body></html>