Lis (linear algebra library)
From Wikipedia, the free encyclopedia
This article may not meet the general notability guideline or one of the following specific guidelines for inclusion on Wikipedia: Biographies, Books, Companies, Fiction, Music, Neologisms, Numbers, Web content, or several proposals for new guidelines. If you are familiar with the subject matter, please expand or rewrite the article to establish its notability. The best way to address this concern is to reference published, third-party sources about the subject. If notability cannot be established, the article is more likely to be considered for redirection, merge or ultimately deletion, per Wikipedia:Guide to deletion. This article has been tagged since February 2008. |
This article does not cite any references or sources. (February 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
- See also LIS (programming language), a language designed by Jean Ichbiah, the designer of Ada
Lis (Library of Iterative Solvers for linear systems) is a library written in the C language and Fortran 90 for solving linear equations using reiteration method.
[edit] Environment
Lis needs a compiler for C language. Moreover, for using AMG fore disposition, needs compiler copes with Fortran 90. In parallel computational environment, it uses OpenMP or MPI-1.