readmewin32.txt

来自「This collection of C++ templates wraps t」· 文本 代码 · 共 28 行

TXT
28
字号
To use this library with MS Visual C++, you need to have uBLAS and CLAPACK
installed. You download uBLAS with Boost. You can get a Win32 version of
CLAPACK from Netlib:

	CLAPACK3-Windows.zip

Having installed the appropriate libraries, set up your MSVC project properties
to use them.

Using uBLAS with MSVC 7
-----------------------

In Project Properties:

1. C/C++, General, Additional Include Directories
 - boost base directory (eg, C:/mylibs/boost_1_32_0/)

Using CLAPACK with MSVC 7
-------------------------

In Project Properties:

1. Add Additional dependencies: clapack.lib

2. Other things maybe (if compile/link fails):
 - RTTI on
 - multithreaded DLL runtime library

⌨️ 快捷键说明

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