SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
VectorResult.cpp
Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or modify
00003  * it under the terms of the GNU General Public License as published by
00004  * the Free Software Foundation; either version 3 of the License, or
00005  * (at your option) any later version.
00006  *
00007  * Written (W) 2013 Soumyajit De
00008  * Written (W) 2013 Heiko Strathmann
00009  */
00010 
00011 #include <shogun/lib/computation/jobresult/VectorResult.h>
00012 
00013 namespace shogun
00014 {
00015 template class CVectorResult<bool>;
00016 template class CVectorResult<char>;
00017 template class CVectorResult<int8_t>;
00018 template class CVectorResult<uint8_t>;
00019 template class CVectorResult<int16_t>;
00020 template class CVectorResult<uint16_t>;
00021 template class CVectorResult<int32_t>;
00022 template class CVectorResult<uint32_t>;
00023 template class CVectorResult<int64_t>;
00024 template class CVectorResult<uint64_t>;
00025 template class CVectorResult<float32_t>;
00026 template class CVectorResult<float64_t>;
00027 template class CVectorResult<floatmax_t>;
00028 template class CVectorResult<complex128_t>;
00029 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation