Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
decomposition.cxx File Reference
#include <stdlib.h>
#include <stdio.h>
#include "decomposition.h"
Include dependency graph for decomposition.cxx:

Go to the source code of this file.

Namespaces

 CTF
 

Functions

template<typename dtype >
void CTF::fold_unfold (Tensor< dtype > &X, Tensor< dtype > &Y)
 
template<typename dtype >
std::vector< Matrix< dtype > > CTF::get_factor_matrices (Tensor< dtype > &T, int *ranks)
 
template<typename dtype >
Tensor< dtype > CTF::get_core_tensor (Tensor< dtype > &T, std::vector< Matrix< dtype > > factor_matrices, int *ranks)