- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anybody know where can I find a component for complexes matrixes operations (sum, substraction, multiplication, division)? (free o not).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Netlib is your friend (add to Favorites):
Basic stuff: BLAS (Basic Linear Algebra Subprograms) -- www.netlib.org/blas/
Advanced stuff: LAPACK (Linear Algebra Package) -- www.netlib.org/lapack/
BLAS and LAPACK are also contained in CXML library you can find in your CVF distribution. If you need maximal performance, pay attention to this passage on Lapack page:
Highly efficient machine-specific implementations of the BLAS are available for many modern high-performance computers. For details of known vendor- or ISV-provided BLAS, consult the BLAS FAQ. Alternatively, the user can download ATLAS to automatically generate an optimized BLAS library for the architecture. A Fortran77 reference implementation of the BLAS in available from netlib; however, its use is discouraged as it will not perform as well as a specially tuned implementation.
Hope this helps,
Jugoslav
Basic stuff: BLAS (Basic Linear Algebra Subprograms) -- www.netlib.org/blas/
Advanced stuff: LAPACK (Linear Algebra Package) -- www.netlib.org/lapack/
BLAS and LAPACK are also contained in CXML library you can find in your CVF distribution. If you need maximal performance, pay attention to this passage on Lapack page:
Highly efficient machine-specific implementations of the BLAS are available for many modern high-performance computers. For details of known vendor- or ISV-provided BLAS, consult the BLAS FAQ. Alternatively, the user can download ATLAS to automatically generate an optimized BLAS library for the architecture. A Fortran77 reference implementation of the BLAS in available from netlib; however, its use is discouraged as it will not perform as well as a specially tuned implementation.
Hope this helps,
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page