Skip to content

Commit 3071f59

Browse files
1 parent eba6cd6 commit 3071f59

32 files changed

+4211
-4089
lines changed

doxygen_cxx/matrix__util_8h.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,11 @@
169169
<code>#include &lt;cmath&gt;</code><br />
170170
<code>#include &lt;functional&gt;</code><br />
171171
<code>#include &lt;set&gt;</code><br />
172+
<code>#include &lt;string_view&gt;</code><br />
172173
<code>#include &lt;utility&gt;</code><br />
173174
<code>#include &lt;vector&gt;</code><br />
174175
<code>#include &lt;Eigen/Dense&gt;</code><br />
176+
<code>#include &lt;Eigen/SparseCore&gt;</code><br />
175177
<code>#include &quot;<a class="el" href="drake__assert_8h.html">drake/common/drake_assert.h</a>&quot;</code><br />
176178
<code>#include &quot;<a class="el" href="drake__throw_8h.html">drake/common/drake_throw.h</a>&quot;</code><br />
177179
<code>#include &quot;<a class="el" href="eigen__types_8h.html">drake/common/eigen_types.h</a>&quot;</code><br />
@@ -233,6 +235,9 @@
233235
<tr class="memitem:ace1aea0ef245e52e5bc2f91d553ef096"><td class="memTemplItemLeft" align="right" valign="top">MatrixX&lt; typename Derived::Scalar &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacedrake_1_1math.html#ace1aea0ef245e52e5bc2f91d553ef096">ExtractPrincipalSubmatrix</a> (const Eigen::MatrixBase&lt; Derived &gt; &amp;mat, const std::set&lt; <a class="el" href="classint.html">int</a> &gt; &amp;indices)</td></tr>
234236
<tr class="memdesc:ace1aea0ef245e52e5bc2f91d553ef096"><td class="mdescLeft">&#160;</td><td class="mdescRight">Extracts the principal submatrix from the ordered set of indices. <a href="namespacedrake_1_1math.html#ace1aea0ef245e52e5bc2f91d553ef096">More...</a><br /></td></tr>
235237
<tr class="separator:ace1aea0ef245e52e5bc2f91d553ef096"><td class="memSeparator" colspan="2">&#160;</td></tr>
238+
<tr class="memitem:af68b2a972e142231b7dd1fb0221354e6"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacedrake_1_1math.html#af68b2a972e142231b7dd1fb0221354e6">GeneratePythonCsc</a> (const Eigen::SparseMatrix&lt; <a class="el" href="classdouble.html">double</a> &gt; &amp;mat, std::string_view name)</td></tr>
239+
<tr class="memdesc:af68b2a972e142231b7dd1fb0221354e6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the python statement to construct scipy.sparse matrix. <a href="namespacedrake_1_1math.html#af68b2a972e142231b7dd1fb0221354e6">More...</a><br /></td></tr>
240+
<tr class="separator:af68b2a972e142231b7dd1fb0221354e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
236241
</table>
237242
</div><!-- contents -->
238243
</div><!-- doc-content -->

doxygen_cxx/matrix__util_8h.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ var matrix__util_8h =
22
[
33
[ "EigenToStdVector", "matrix__util_8h.html#aedd054648f2874f8e5a37769758a132b", null ],
44
[ "ExtractPrincipalSubmatrix", "matrix__util_8h.html#ace1aea0ef245e52e5bc2f91d553ef096", null ],
5+
[ "GeneratePythonCsc", "matrix__util_8h.html#af68b2a972e142231b7dd1fb0221354e6", null ],
56
[ "IsPositiveDefinite", "matrix__util_8h.html#a8a6d10bc0b3dfc5902d0a06f186dba8f", null ],
67
[ "IsSymmetric", "matrix__util_8h.html#a84760cbea23b50efdbe9a85f3967f098", null ],
78
[ "IsSymmetric", "matrix__util_8h.html#a141ec70804c105e09ab3b0a855152b8b", null ],

doxygen_cxx/matrix__util_8h__dep__incl.svg

Lines changed: 6 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)