Go to the documentation of this file. 33 #ifndef SHARK_LINALG_SVD_H 34 #define SHARK_LINALG_SVD_H 38 namespace shark{
namespace blas{
51 template<
class MatrixT,
class MatrixU,
class VectorT>
58 unsigned maxIterations = 200,
59 bool ignoreThreshold =
true 66 #include "Impl/svd.inl"