SHOGUN
v3.2.0
|
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/linsolver/LinearSolver.h> 00012 00013 namespace shogun 00014 { 00015 template class CLinearSolver<float64_t>; 00016 template class CLinearSolver<complex128_t>; 00017 template class CLinearSolver<complex128_t, float64_t>; 00018 }