SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
MatrixOperator.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/mathematics/linalg/linop/MatrixOperator.h>
00012 
00013 namespace shogun
00014 {
00015 template class CMatrixOperator<bool>;
00016 template class CMatrixOperator<char>;
00017 template class CMatrixOperator<int8_t>;
00018 template class CMatrixOperator<uint8_t>;
00019 template class CMatrixOperator<int16_t>;
00020 template class CMatrixOperator<uint16_t>;
00021 template class CMatrixOperator<int32_t>;
00022 template class CMatrixOperator<uint32_t>;
00023 template class CMatrixOperator<int64_t>;
00024 template class CMatrixOperator<uint64_t>;
00025 template class CMatrixOperator<float32_t>;
00026 template class CMatrixOperator<float64_t>;
00027 template class CMatrixOperator<floatmax_t>;
00028 template class CMatrixOperator<complex128_t>;
00029 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation