TiledArray  0.7.0
dense_to_sparse.h File Reference
#include "../dist_array.h"
Include dependency graph for dense_to_sparse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TiledArray
 

Macros

#define TILEDARRAY_DENSETOSPARSE_H__INCLUDED
 

Functions

template<typename Tile >
DistArray< Tile, SparsePolicy > TiledArray::to_sparse (DistArray< Tile, DensePolicy > const &dense_array)
 Function to convert a dense array into a block sparse array. More...
 
template<typename Tile >
DistArray< Tile, SparsePolicy > TiledArray::to_sparse (DistArray< Tile, SparsePolicy > const &sparse_array)
 If the array is already sparse return a copy of the array. More...
 

Macro Definition Documentation

◆ TILEDARRAY_DENSETOSPARSE_H__INCLUDED

#define TILEDARRAY_DENSETOSPARSE_H__INCLUDED

Definition at line 3 of file dense_to_sparse.h.