VisDMatrix.cpp
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:65k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- ///////////////////////////////////////////////////////////////////////////
- //
- // NAME
- // VisMatrix.cpp -- implementation of matrix/vector ops
- //
- // DESCRIPTION
- // The CVisDMatrix class provides some basic matrix operations, using calls
- // to external software (IMSL for the moment) to perform the more
- // complicated operations.
- //
- // SEE ALSO
- // CVisDMatrix.h more complete description
- //
- // BUGS
- // I sure hope that the IMSL routines don't modify their input
- // parameters!
- //
- // DESIGN
- // Right now, we call out to IMSL to perform the linear systems
- // solving. We could change this later.
- //
- // To use IMSL, include the following in your
- // Build Settings Link Object/Library modules:
- // mathd.lib libf.lib
- //
- // Copyright