visdmatrix.h

来自「microsoft vision source code」· C头文件 代码 · 共 14 行

H
14
字号
///////////////////////////////////////////////////////////////////////////
//
// NAME
//  VisDMatrix.h -- double precision matrix/vector operations
//
// DESCRIPTION
//  The CVisDMatrix class provides some basic matrix operations, using calls
//  to external software (IMSL for the moment) to perform the more
//  complicated operations.
//
//  To take advantage of the IMSL numerical analysis routines,
//  define VIS_USE_IMSL in the Build Settings C/C++ property page.
//
// Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?