• Home
  • Raw
  • Download

Lines Matching refs:td

13 <tr><td>Constructor</td>
14 <td>
19 </td> <td> Default is ColMajor</td> </tr>
21 <td> Resize/Reserve</td>
22 <td>
27 </td>
28td> Note that when calling reserve(), it is not required that nnz is the exact number of nonzero e…
31 <td> Assignment </td>
32 <td>
40 </td>
41 <td> The copy constructor can be used to convert from a storage order to another</td>
44 <td> Element-wise Insertion</td>
45 <td>
55 </td>
56 <td> insert() assumes that the element does not already exist; otherwise, use coeffRef()</td>
59 <td> Batch insertion</td>
60 <td>
67 </td>
68 <td>A complete example is available at \link TutorialSparseFilling Triplet Insertion \endlink.</td>
71 <td> Constant or Random Insertion</td>
72 <td>
76 </td>
77 <td>Remove all non-zero coefficients</td>
86 <td> \code
98 \endcode </td>
108 <td> add subtract </td>
109 <td> \code
114 </td>
115 <td>
117 </td>
120 <tr class="alt"><td>
121 scalar product</td><td>\code
124 </td>
125 <td>
130 <td> %Sparse %Product </td>
131 <td> \code
135 \endcode </td>
136 <td>
137 </td>
141 <td> transposition, adjoint</td>
142 <td> \code
145 \endcode </td>
146 <td>
148 </td>
151 <td> Permutation </td>
152 <td>
159 </td>
160 <td>
162 </td>
165 <td>
167 </td>
168 <td>\code
175 \endcode</td>
176 <td>
178 </td>
185 <tr><td colspan="2">Sub-matrices</td></tr>
187 <td>
196 </td><td>
199 </td>
201 <tr class="alt"><td colspan="2"> Range </td></tr>
203 <td>
213 </td>
214 <td>
217 </td>
219 <tr><td colspan="2"> Triangular and selfadjoint views</td></tr>
221 <td>
226 </td>
227 <td> Several combination between triangular views and blocks views are possible
229 \endcode </td>
231 <tr class="alt"><td colspan="2">Triangular solve </td></tr>
233 <td>
239 </td>
240 <td> For general sparse solve, Use any suitable module described at \ref TopicSparseSystems </td>
242 <tr><td colspan="2"> Low-level API</td></tr>
244 <td>
250 </td>
251 <td>
254 … InnerIterator class as described in \link TutorialSparse the Tutorial Sparse \endlink section</td>
256 <tr class="alt"><td colspan="2">Mapping external buffers</td></tr>
258 <td>
267 </td>
268 <td>As for dense matrices, class Map<SparseMatrixType> can be used to see external buffers as an %E…