FLENS

ภาพหน้าจอของซอฟแวร์:
FLENS
รายละเอียดซอฟแวร์:
รุ่น: 2012-10-01
วันที่อัพโหลด: 20 Feb 15
ผู้พัฒนา: Michael Lehn
การอนุญาต: ฟรี
ความนิยม: 35

Rating: nan/5 (Total Votes: 0)

FLENS project is:

· a C++ interface for BLAS and LAPACK
· an extremely convenient C++ interface for BLAS and LAPACK
· an extremely efficient C++ interface to BLAS and LAPACK:
· There is no run-time overhead compared to directly calling BLAS and LAPACK.
· There are no obscure side-effects like internal creation of temporary objects

FLENS is NOT:

· just a C++ interface for BLAS and LAPACK! It is more than that:
· it is extendable: e.g. easy integration of user-defined matrix/vector types.
· it is flexible: e.g. generic programming of numerical algorithms.

FLENS is DEFINITELY NOT:

· ... a replacement for Matlab. While FLENS adopted some nice notations it has a completely different intension. Ok, Matlab uses BLAS and LAPACK just like FLENS. But it uses only a subset. Matlab basically has only two data types and these are general matrices and sparse matrices. If you have matrices with band structure Matlab will not use those BLAS and LAPACK routines that exploit this structure.
· Just to make sure you get us right: We do not want to bash Matlab. It is a great tool. But you have to figure out what's the right tool for your job. Matlab is a great tool because it is very easy to use and it allows rapid prototyping. For many people the performance of Matlab is Ok. For those people there might be absolutely no reason to even consider using FLENS.
· FLENS gives you full control about what's going on behind the scene. It provides (for example) general, triangular, symmetric and hermitian matrix types. Elements of these matrices can be stored in different formats: full storage (store all m x n elements), band storage (store only diagonals of a banded matrix), packed storage (store only the upper or lower triangular part).
· FLENS implements a view concept: You can define that a vector references a row, column or diagonal of a matrix. You can define, that elements of a triangular matrix are those stored in the upper triangular part of a general matrix,...

What is new in this release:

  • This release fully supports all matrix/vector types specified by BLAS (i.e. matrices with band, packed, or full storage formats and dense vectors).
  • In addition, sparse matrices with coordinate and compressed storage formats are available.
  • The tutorials were extended to exemplify how users can integrate new matrix/vector types into FLENS.
  • They further demonstrate how matrix views can easily be utilized to implement numerical high performance algorithms.

What is new in version 2012-08-28:

  • This version added matrix-vector products for general, symmetric, and hermitian sparse matrices with CRS and CCS format.
  • Examples were added for user-defined matrix types.

What is new in version 2012-08-21:

  • Most of the documentation was rewritten.
  • The list of generic FLENS-LAPACK functions was extended.
  • A generic implementation of RefBLAS was completed (called CXXBLAS).
  • Sparse matrix types were redesigned (still experimental).
  • An example was added for interfacing with the sparse solver from SuperLU.

ซอฟต์แวร์ที่คล้ายกัน

Distances
Distances

14 Apr 15

HartMath
HartMath

3 Jun 15

Mantissa
Mantissa

2 Jun 15

ความคิดเห็นที่ FLENS

ความคิดเห็นที่ไม่พบ
เพิ่มความคิดเห็น
เปิดภาพ!
ค้นหาตามหมวดหมู่