Difference between revisions of "ApCoCoA-1:Slinalg.SEF"
From ApCoCoAWiki
Line 3: | Line 3: | ||
<short_description>Calculates the Echelon form of a sparse matrix over F2.</short_description> | <short_description>Calculates the Echelon form of a sparse matrix over F2.</short_description> | ||
<syntax> | <syntax> | ||
− | Slinalg.SEF(NRow,NCol, Mat:LIST) | + | Slinalg.SEF(NRow : INT ,NCol : INT, Mat : LIST) |
</syntax> | </syntax> | ||
<description> | <description> | ||
Line 9: | Line 9: | ||
<itemize> | <itemize> | ||
− | <item>@param <em>NRow</em>: Number of rows of matrix.</item> | + | <item>@param <em>NRow</em>: Number of rows of the matrix.</item> |
− | <item>@param <em>NCol</em>: Number of Columns of matrix.</item> | + | <item>@param <em>NCol</em>: Number of Columns of the matrix.</item> |
<item>@return A list of lists containing the Echelon form of matrix.</item> | <item>@return A list of lists containing the Echelon form of matrix.</item> | ||
</itemize> | </itemize> | ||
<example> | <example> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</example> | </example> | ||
Revision as of 16:20, 8 July 2009
Slinalg.SEF
Calculates the Echelon form of a sparse matrix over F2.
Syntax
Slinalg.SEF(NRow : INT ,NCol : INT, Mat : LIST)
Description
Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use it/them.
@param NRow: Number of rows of the matrix.
@param NCol: Number of Columns of the matrix.
@return A list of lists containing the Echelon form of matrix.
Example
See also