visdmatrix.cpp
来自「microsoft vision source code」· C++ 代码 · 共 26 行
CPP
26 行
///////////////////////////////////////////////////////////////////////////
//
// 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?