Category:ApCoCoA-1:Package slinalg: Difference between revisions

From ApCoCoAWiki
No edit summary
No edit summary
Line 1: Line 1:
This is the alpha version of the package slinalg, This package enables you to calculate Echelon form of a matrix over F2 of a sparse matrix using two different techniques. The elments of the matrix are represented by the positions.
This package enables you to calculate Echelon form of a sparse matrix over F2 using two different techniques. The elments of the matrix are represented by the positions of non zero entries.
* Calculate Echelon form using a variant of normal Gaussian Eliminaiton. The performance of this method is directly proprotional to the sparsity and depends on the structure of the Matrix.
* Calculate Echelon form using a variant of usual Gaussian Eliminaiton. The performance of this method is directly proprotional to the sparsity and depends on the structure of the Matrix.
* Calculate Echelon form using structured Gaussian Elimimation.  
* Calculate Echelon form using structured Gaussian Elimimation.  



Revision as of 16:15, 12 May 2010

This package enables you to calculate Echelon form of a sparse matrix over F2 using two different techniques. The elments of the matrix are represented by the positions of non zero entries.

  • Calculate Echelon form using a variant of usual Gaussian Eliminaiton. The performance of this method is directly proprotional to the sparsity and depends on the structure of the Matrix.
  • Calculate Echelon form using structured Gaussian Elimimation.

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.

Pages in category "ApCoCoA-1:Package slinalg"

The following 2 pages are in this category, out of 2 total.