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

From ApCoCoAWiki
(New page: The package Numerical contains ApCoCoA's numerical functions. These function do not return exact algebraical correct results, but approximations of these. For example [[ApCoCoA:Numerical...)
 
m (Andraschko moved page Category:Package numerical to Category:ApCoCoA-1:Package numerical: Clearer page title)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
These methods are mostly based on BLAS/LAPACK.
 
These methods are mostly based on BLAS/LAPACK.
  
[[Category:ApCoCoA_Manual]]
+
[[Category:ApCoCoA-1 Manual]]

Latest revision as of 15:17, 2 October 2020

The package Numerical contains ApCoCoA's numerical functions. These function do not return exact algebraical correct results, but approximations of these. For example Num.EigenValues computes approximations of the eigenvalues of a matrix. These methods are mostly based on BLAS/LAPACK.