planc
Parallel Lowrank Approximation with Non-negativity Constraints
Classes | Namespaces | Macros
nmf.hpp File Reference
#include <assert.h>
#include <string>
#include "common/utils.hpp"

Go to the source code of this file.

Classes

class  planc::NMF< T >
 

Namespaces

 planc
 ncp_factors contains the factors of the ncp every ith factor is of size n_i * k number of factors is called as mode of the tensor all idxs are zero idx.
 

Macros

#define NUM_THREADS   4
 
#define CONV_ERR   0.000001
 
#define NUM_STATS   9
 

Macro Definition Documentation

◆ CONV_ERR

#define CONV_ERR   0.000001

Definition at line 13 of file nmf.hpp.

◆ NUM_STATS

#define NUM_STATS   9

Definition at line 14 of file nmf.hpp.

◆ NUM_THREADS

#define NUM_THREADS   4

Definition at line 12 of file nmf.hpp.