readme

来自「The Spectral Toolkit is a C++ spectral t」· 代码 · 共 19 行

TXT
19
字号
This directory contains the source code for the Spectral Toolkit,a spectral transform library in C++.The included makefile includes targets to build a shared objectcontaining the Spectral Toolkit routines for several popularplatforms. The shared object is only an example of how to usethe library; it may be more convenient to simply compilethe needed routines directly into an application.The floating point precision is determined by the assignment ofthe type "real" in spectral.h.  The default value is "double" and"float" and "long double" are also supported.Documentation is available at http://www.scd.ucar.edu/css/software/spectralas well as in the included PDF file spectral.pdf.Copyright (C) 2005 University Corporation for Atmospheric Research

⌨️ 快捷键说明

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