VisDMatrix.h
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:25k
开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////
  2. //
  3. // NAME
  4. //  VisDMatrix.h -- double precision matrix/vector operations
  5. //
  6. // DESCRIPTION
  7. //  The CVisDMatrix class provides some basic matrix operations, using calls
  8. //  to external software (IMSL for the moment) to perform the more
  9. //  complicated operations.
  10. //
  11. //  To take advantage of the IMSL numerical analysis routines,
  12. //  define VIS_USE_IMSL in the Build Settings C/C++ property page.
  13. //
  14. // Copyright