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

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////
  2. //
  3. // NAME
  4. //  VisMatrix.cpp -- implementation of matrix/vector ops
  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. // SEE ALSO
  12. //  CVisDMatrix.h        more complete description
  13. //
  14. // BUGS
  15. //  I sure hope that the IMSL routines don't modify their input
  16. //  parameters!
  17. //
  18. // DESIGN
  19. //  Right now, we call out to IMSL to perform the linear systems
  20. //  solving.  We could change this later.
  21. //
  22. //  To use IMSL, include the following in your 
  23. //  Build Settings Link Object/Library modules:
  24. //      mathd.lib libf.lib
  25. //
  26. // Copyright