Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces | Functions
sparse_vector.hpp File Reference
#include <iostream>
#include <vector>
#include <libsnark/common/data_structures/sparse_vector.tcc>
Include dependency graph for sparse_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  libsnark::sparse_vector< T >
 
struct  libsnark::sparse_vector< T >
 

Namespaces

 libsnark
 

Functions

template<typename T >
std::ostream & libsnark::operator<< (std::ostream &out, const sparse_vector< T > &v)
 
template<typename T >
std::istream & libsnark::operator>> (std::istream &in, sparse_vector< T > &v)
 

Detailed Description

Declaration of interfaces for a sparse vector.

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file sparse_vector.hpp.