helib::PermNetLayer Class Reference

The information needed to apply one layer of a permutation network. More...

#include <permutations.h>

Public Member Functions

long getGenIdx () const
 
long getE () const
 
const NTL::Vec< long > & getShifts () const
 
bool isIdentity () const
 

Friends

class PermNetwork
 
std::ostream & operator<< (std::ostream &s, const PermNetwork &net)
 

Detailed Description

The information needed to apply one layer of a permutation network.

Member Function Documentation

◆ getE()

long helib::PermNetLayer::getE ( ) const
inline

◆ getGenIdx()

long helib::PermNetLayer::getGenIdx ( ) const
inline

◆ getShifts()

const NTL::Vec<long>& helib::PermNetLayer::getShifts ( ) const
inline

◆ isIdentity()

bool helib::PermNetLayer::isIdentity ( ) const
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  s,
const PermNetwork net 
)
friend

◆ PermNetwork

friend class PermNetwork
friend