14 #ifndef COMPLETE_INCREMENTAL_TERMINATION_HPP_INCLUDED
15 #define COMPLETE_INCREMENTAL_TERMINATION_HPP_INCLUDED
22 template <
class TerminationPolicy>
34 template <
class MatType>
84 #endif // COMPLETE_INCREMENTAL_TERMINATION_HPP_INCLUDED
CompleteIncrementalTermination(TerminationPolicy t_policy=TerminationPolicy())
Empty constructor.
Linear algebra utility functions, generally performed on matrices or vectors.
void Initialize(const MatType &V)
void Initialize(const arma::sp_mat &V)
const size_t & MaxIterations()
const size_t & Iteration()
bool IsConverged(arma::mat &W, arma::mat &H)
TerminationPolicy t_policy