Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

8.3 Basic Linear Algebra (BLA) Package

The matrix linear algebra in the Math.h++ class library is based on a version of the Basic Linear Algebra Subroutines (Level 1), abbreviated BLAS, which is contained in the public domain linear algebra library LAPACK. When you build Math.h++, these routines are compiled into a separate library so that you may substitute your own version of the LAPACK BLAS. To do this, simply link your BLAS library into your application in place of the one that comes with Math.h++.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.