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

From ApCoCoAWiki
m (Andraschko moved page Category:Package slinalg to Category:ApCoCoA-1:Package slinalg: Clearer page title)
 
(3 intermediate revisions by 3 users not shown)
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.
    (1) 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.
    (2) Calculate Echelon form using structured Gaussian Elimimation.  
+
* Calculate Echelon form using structured Gaussian Elimimation.  
  
 
{{ApCoCoAServer}}
 
{{ApCoCoAServer}}
  
 
+
[[Category:ApCoCoA-1 Manual]]
 
 
 
 
[[Category:ApCoCoA_Manual]]
 

Latest revision as of 15:18, 2 October 2020

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.