⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 intro.texi

📁 该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学计算、工程应用等程序编写提供方便!
💻 TEXI
字号:
@cindex license of GSL@cindex GNU General Public LicenseThe GNU Scientific Library (GSL) is a collection of routines fornumerical computing.  The routines have been written from scratch in C,and present a modern Applications Programming Interface(API) for C programmers, allowing wrappers to be written for veryhigh level languages.  The source code is distributed under the GNUGeneral Public License.@menu* Routines available in GSL::   * GSL is Free Software::        * Obtaining GSL::               * An Example Program::          * No Warranty::                 * Reporting Bugs::              * Further Information::         @end menu@node Routines available in GSL@section Routines available in GSLThe library covers a wide range of topics in numerical computing.Routines are available for the following areas,@multitable @columnfractions 0.05 0.45 0.45 0.05@item @tab Complex Numbers            @tab Roots of Polynomials        @item @tab Special Functions          @tab Vectors and Matrices        @item @tab Permutations               @tab Combinations              @item @tab Sorting                    @tab BLAS Support               @item @tab Linear Algebra             @tab CBLAS Library@item @tab Fast Fourier Transforms    @tab Eigensystems               @item @tab Random Numbers             @tab Quadrature                 @item @tab Random Distributions       @tab Quasi-Random Sequences     @item @tab Histograms                 @tab Statistics                 @item @tab Monte Carlo Integration    @tab N-Tuples                   @item @tab Differential Equations     @tab Simulated Annealing        @item @tab Numerical Differentiation  @tab Interpolation              @item @tab Series Acceleration        @tab Chebyshev Approximations   @item @tab Root-Finding               @tab Discrete Hankel Transforms @item @tab Least-Squares Fitting      @tab Minimization               @item @tab IEEE Floating-Point        @tab Physical Constants         @end multitable@noindentThe use of these routines is described in this manual.  Each chapterprovides detailed definitions of the functions, followed by exampleprograms and references to the articles on which the algorithms arebased.@node GSL is Free Software@section GSL is Free Software@cindex free software, explanation ofThe subroutines in the GNU Scientific Library are ``free software'';this means that everyone is free to use them, and to redistribute themin other free programs.  The library is not in the public domain; it iscopyrighted and there are conditions on its distribution.  Theseconditions are designed to permit everything that a good cooperatingcitizen would want to do.  What is not allowed is to try to preventothers from further sharing any version of the software that they mightget from you.Specifically, we want to make sure that you have the right to sharecopies of programs that you are given which use the GNU ScientificLibrary, that you receive their source code or else can get it if youwant it, that you can change these programs or use pieces of them in newfree programs, and that you know you can do these things.To make sure that everyone has such rights, we have to forbid you todeprive anyone else of these rights.  For example, if you distributecopies of any code which uses the GNU Scientific Library, you must givethe recipients all the rights that you have received.  You must makesure that they, too, receive or can get the source code, both to thelibrary and the code which uses it.  And you must tell them theirrights.  This means that the library should not be redistributed inproprietary programs.Also, for our own protection, we must make certain that everyone findsout that there is no warranty for the GNU Scientific Library.  If theseprograms are modified by someone else and passed on, we want theirrecipients to know that what they have is not what we distributed, sothat any problems introduced by others will not reflect on ourreputation.The precise conditions for the distribution of software related to theGNU Scientific Library are found in the GNU General Public License(@pxref{GNU General Public License}).  Further information about thislicense is available from the GNU Project webpage @cite{Frequently AskedQuestions about the GNU GPL},@itemize @asis@item @url{http://www.gnu.org/copyleft/gpl-faq.html}@end itemize@node Obtaining GSL@section Obtaining GSL@cindex obtaining GSL@cindex downloading GSL@cindex mailing list for GSL announcements@cindex gsl-announce mailing listThe source code for the library can be obtained in different ways, bycopying it from a friend, purchasing it on @sc{cdrom} or downloading itfrom the internet. A list of public ftp servers which carry the sourcecode can be found on the GNU website,@itemize @asis@item @url{http://www.gnu.org/software/gsl/}@end itemize@noindentThe preferred platform for the library is a GNU system, which allows itto take advantage of additional features in the GNU C compiler and GNU Clibrary.  However, the library is fully portable and should compile onmost systems.  Precompiled versions of the library can be purchased fromcommercial redistributors listed on the website.Announcements of new releases, updates and other relevant events aremade on the @code{gsl-announce} mailing list.  To subscribe to thislow-volume list, send an email of the following form,@exampleTo: gsl-announce-request@@sources.redhat.com Subject: subscribe@end example@noindentYou will receive a response asking to you to reply in order to confirmyour subscription.@node  No Warranty@section No Warranty@cindex warranty (none)The software described in this manual has no warranty, it is provided"as is".  It is your responsibility to validate the behavior of theroutines and their accuracy using the source code provided.  Consult theGNU General Public license for further details (@pxref{GNU GeneralPublic License}).@node  Reporting Bugs@section Reporting Bugs@cindex reporting bugs in GSL@cindex bugs, how to report@cindex bug-gsl mailing list@cindex mailing list, bug-gslA list of known bugs can be found in the @file{BUGS} file included inthe GSL distribution.  Details of compilation problems can be found inthe @file{INSTALL} file.If you find a bug which is not listed in these files please report it to@email{bug-gsl@@gnu.org}.All bug reports should include:@itemize @bullet@itemThe version number of GSL@itemThe hardware and operating system@itemThe compiler used, including version number and compilation options@itemA description of the bug behavior@itemA short program which exercises the bug@end itemize@noindentIt is also useful if you can report whether the same problem occurswhen the library is compiled without optimization. Thank you.@node  Further Information@section Further Information@cindex mailing list archives@cindex website, developer information@cindex contacting the GSL developersAdditional information, including online copies of this manual, links torelated projects, and mailing list archives are available from thedevelopment website mentioned above.  The developers of the library canbe reached via the project's public mailing list,@itemize @asis@code{gsl-discuss@@sources.redhat.com}@end itemize@noindentThis mailing list can be used to ask questions not covered by thismanual.

⌨️ 快捷键说明

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