Difference between revisions of "ApCoCoA-1:Slinalg.SGEF"

From ApCoCoAWiki
(New page: <command> <title>Slinalg.SGEF</title> <short_description>Computes the row echelon form of a sparse matrix over F2 using structured Gaussian Elimination.</short_description> <syntax> Slinal...)
 
Line 1: Line 1:
 
<command>
 
<command>
 
<title>Slinalg.SGEF</title>
 
<title>Slinalg.SGEF</title>
<short_description>Computes the row echelon form of a sparse matrix over F2 using structured Gaussian Elimination.</short_description>
+
 
<syntax>
+
 
Slinalg.SGEF(NRow : INT ,NCol : INT, Mat : LIST, CSteps: STRING):LIST of LIST
+
 
</syntax>
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</description>
 +
<types>
 +
  <type>apcocoaserver</type>
 +
  <type>matrix</type>
 +
</types>
 +
 
 +
<seealso>
 +
<see>Introduction to CoCoAServer</see>
 +
<see>IML.REF</see>
 +
  <see>LinAlg.REF</see>
 +
</seealso>
 +
 
 +
<key>slinalg.sef</key>
 +
<key>sef</key>
 +
<key>sparse matrix</key>
 +
<wiki-category>Package_slinalg</wiki-category>
 +
</command>

Revision as of 10:52, 6 October 2009

Slinalg.SGEF








</description>


See also

Introduction to CoCoAServer

IML.REF

LinAlg.REF