SyTen
dense_insert.h File Reference

Copies subtensor out of tensor. More...

#include <complex>
#include "inc/util/types.h"
#include "inc/dense/dense.h"
+ Include dependency graph for dense_insert.h:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  syten::InsertBase< Type >
 Helper class. More...
 
struct  syten::InsertColumns< Type >
 Helper class, basically empty, useful if one wants to also implement InsertRows. More...
 
struct  syten::InsertColumns< double >
 Specialisation. More...
 
struct  syten::InsertColumns< float >
 Specialisation. More...
 
struct  syten::InsertColumns< std::complex< double > >
 Specialisation. More...
 
struct  syten::InsertColumns< std::complex< float > >
 Specialisation. More...
 

Namespaces

 syten
 Syten namespace.
 

Detailed Description

Copies subtensor out of tensor.

Specialised to datatypes.