planc
Parallel Lowrank Approximation with Non-negativity Constraints
Classes | Namespaces | Macros
auntf.hpp File Reference
#include <cblas.h>
#include <armadillo>
#include <vector>
#include "common/ncpfactors.hpp"
#include "common/ntf_utils.hpp"
#include "common/tensor.hpp"
#include "dimtree/ddt.hpp"

Go to the source code of this file.

Classes

class  planc::AUNTF
 

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 MPITIC   tic();
 
#define MPITOC   toc();
 
#define TENSOR_DIM   (m_input_tensor.dimensions())
 
#define TENSOR_NUMEL   (m_input_tensor.numel())
 

Macro Definition Documentation

◆ MPITIC

#define MPITIC   tic();

Definition at line 6 of file auntf.hpp.

◆ MPITOC

#define MPITOC   toc();

Definition at line 7 of file auntf.hpp.

◆ TENSOR_DIM

#define TENSOR_DIM   (m_input_tensor.dimensions())

Definition at line 19 of file auntf.hpp.

◆ TENSOR_NUMEL

#define TENSOR_NUMEL   (m_input_tensor.numel())

Definition at line 20 of file auntf.hpp.