Rogue Wave banner
Previous fileTop of DocumentContentsIndexNo next file

9.3 Helper Class Member Functions

Each of the helper classes has three important member functions:

Normally LAPACK.h++ uses these helper classes transparently. You simply use the subscripting operator in the natural and intuitive way. Occasionally, however, using these helper classes creates a situation too complex for some C++ compilers to handle, and a compiler may emit a compile-time error, or simply crash. In these cases, we recommend using the member functions val() and set(), which are easier for the compiler to handle because they do not require the use of a helper class.


Previous fileTop of DocumentContentsIndexNo next file

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