![]() |
planc
Parallel Lowrank Approximation with Non-negativity Constraints
|
#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 ![]() | |
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) |
void swap | ( | planc::Tensor & | x, |
planc::Tensor & | y | ||
) |
Definition at line 520 of file tensor.hpp.