22 #ifndef COMPLETE_INCREMENTAL_TERMINATION_HPP_INCLUDED
23 #define COMPLETE_INCREMENTAL_TERMINATION_HPP_INCLUDED
30 template <
class TerminationPolicy>
42 template <
class MatType>
92 #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