<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">an style='color: green'>8227; 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">an style='color: green'>8227; 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">an style='color: green'>8227; 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 <spanclass="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">an style='color: green'>8227; 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">an style='color: green'>8227; 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">an style='color: green'>8227; 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">an style='color: green'>8227; 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">an style='color: green'>8227; 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>
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 und die Messung sind noch experimentell.