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

From ApCoCoAWiki
Jan (talk | contribs)
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 Bot: Replacing category ApCoCoA Manual with ApCoCoA-1 Manual
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]]

Revision as of 14:19, 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.