<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SparseMat</code>( <var class="Arg">A</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a matrix <span class="SimpleMath">\(A\)</span> and returns the matrix in sparse format.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ ReverseSparseMat</code>( <var class="Arg">A</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a sparse matrix <span class="SimpleMath">\(A\)</span> and modifies it by reversing the order of the columns. This function modifies <span class="SimpleMath">\(A\)</span> and returns no value.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SparseRowMult</code>( <var class="Arg">A</var>, <var class="Arg">i</var>, <var class="Arg">k</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Multiplies the i-th row of a sparse matrix <span class="SimpleMath">\(A\)</span> by <span class="SimpleMath">\(k\)</span>. The sparse matrix <span class="SimpleMath">\(A\)</span> is modified but nothing is returned.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SparseRowInterchange</code>( <var class="Arg">A</var>, <var class="Arg">i</var>, <var class="Arg">k</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Interchanges the i-th and j-th rows of a sparse matrix <span class="SimpleMath">\(A\)</span> by <span class="SimpleMath">\(k\)</span>. The sparse matrix <span class="SimpleMath">\(A\)</span> is modified but nothing is returned.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SparseRowAdd</code>( <var class="Arg">A</var>, <var class="Arg">i</var>, <var class="Arg">j</var>, <var class="Arg">k</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Adds <span class="SimpleMath">\(k\)</span> times the j-th row to the i-th row of a sparse matrix <span class="SimpleMath">\(A\)</span>. The sparse matrix <span class="SimpleMath">\(A\)</span> is modified but nothing is returned.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SparseSemiEchelon</code>( <var class="Arg">A</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Converts a sparse matrix <span class="SimpleMath">\(A\)</span> to semi-echelon form (which means echelon form up to a permutation of rows). The sparse matrix <span class="SimpleMath">\(A\)</span> is modified but nothing is returned.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ RankMatDestructive</code>( <var class="Arg">A</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns the rank of a sparse matrix <span class="SimpleMath">\(A\)</span>. The sparse matrix <span class="SimpleMath">\(A\)</span> is modified during the calculation.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SparseChainComplex</code>( <var class="Arg">Y</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a regular CW-complex <span class="SimpleMath">\(Y\)</span> and returns a sparse chain complex which is chain homotopy equivalent to the cellular chain complex of <span class="SimpleMath">\(Y\)</span>. The function uses discrete vector fields to calculate a smallish chain complex.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SparseChainComplexOfRegularCWComplex</code>( <var class="Arg">Y</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a regular CW-complex <span class="SimpleMath">\(Y\)</span> and returns its cellular chain complex as a sparse chain complex. The function SparseChainComplex(Y) will usually return a smaller chain complex.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ Bettinumbers</code>( <var class="Arg">C</var>, <var class="Arg">n</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a sparse chain complex <span class="SimpleMath">\(C\)</span> and integer <span class="SimpleMath">\(n\)</span>. Returns the n-th Netti number of the chain complex.</p>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.