planc
Parallel Lowrank Approximation with Non-negativity Constraints
Classes | Namespaces | Functions
tensor.hpp File Reference
#include <cblas.h>
#include <armadillo>
#include <fstream>
#include <ios>
#include <random>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "common/utils.h"

Go to the source code of this file.

Classes

class  planc::Tensor
 Data is stored such that the unfolding $Y_0$ is column major. More...
 

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.
 

Functions

void swap (planc::Tensor &x, planc::Tensor &y)
 

Function Documentation

◆ swap()

void swap ( planc::Tensor x,
planc::Tensor y 
)

Definition at line 520 of file tensor.hpp.