00001 //Copyright (c) 2004-2005, Baris Sumengen 00002 //All rights reserved. 00003 // 00004 // CIMPL Matrix Performance Library 00005 // 00006 //Redistribution and use in source and binary 00007 //forms, with or without modification, are 00008 //permitted provided that the following 00009 //conditions are met: 00010 // 00011 // * No commercial use is allowed. 00012 // This software can only be used 00013 // for non-commercial purposes. This 00014 // distribution is mainly intended for 00015 // academic research and teaching. 00016 // * Redistributions of source code must 00017 // retain the above copyright notice, this 00018 // list of conditions and the following 00019 // disclaimer. 00020 // * Redistributions in binary form must 00021 // mention the above copyright notice, this 00022 // list of conditions and the following 00023 // disclaimer in a clearly visible part 00024 // in associated product manual, documentation, 00025 // readme, and web site of the distributed 00026 // software. 00027 // * The name of Baris Sumengen may not be 00028 // used to endorse or promote products 00029 // derived from this software without 00030 // specific prior written permission. 00031 // 00032 //THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT 00033 //HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 00034 //EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 00035 //NOT LIMITED TO, THE IMPLIED WARRANTIES OF 00036 //MERCHANTABILITY AND FITNESS FOR A PARTICULAR 00037 //PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 00038 //CONTRIBUTORS BE LIABLE FOR ANY 00039 //DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 00040 //EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00041 //(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 00042 //OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 00043 //DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 00044 //HOWEVER CAUSED AND ON ANY THEORY OF 00045 //LIABILITY, WHETHER IN CONTRACT, STRICT 00046 //LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 00047 //OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00048 //OF THIS SOFTWARE, EVEN IF ADVISED OF THE 00049 //POSSIBILITY OF SUCH DAMAGE. 00050 00051 00052 #pragma once 00053 #ifndef CIMPLETOOLBOXES_H 00054 #define CIMPLETOOLBOXES_H 00055 00056 #include "./Blas.h" 00057 #include "./Lapack.h" 00058 #include "./Core.h" 00059 #include "./IO.h" 00060 #include "./Analysis.h" 00061 #include "./Functions.h" 00062 00063 00064 00065 #endif 00066 00067
1.3.9.1