antioch-0.4.0
Classes | Namespaces | Functions
vector_utils.h File Reference
#include "antioch/metaprogramming.h"
#include <cmath>
#include <iostream>
#include <vector>

Go to the source code of this file.

Classes

struct  Antioch::rebind< std::vector< T >, NewScalar >
 
struct  Antioch::has_size< std::vector< T > >
 
struct  Antioch::return_auto< std::vector< T > >
 
struct  Antioch::size_type< std::vector< T > >
 
struct  Antioch::value_type< std::vector< T > >
 
struct  Antioch::raw_value_type< std::vector< T > >
 

Namespaces

 std
 
 Antioch
 The parameters are reduced parameters.
 

Functions

template<typename T >
std::ostream & std::operator<< (std::ostream &output, const std::vector< T > &a)
 
template<typename T >
std::vector< T > std::operator* (const std::vector< T > &src, const T &mul)
 
template<typename T >
std::vector< T > std::operator/ (const std::vector< T > &src, const T &mul)
 
template<typename T >
std::vector< T > Antioch::zero_clone (const std::vector< T > &example)
 
template<typename T1 , typename T2 >
void Antioch::zero_clone (std::vector< T1 > &output, const std::vector< T2 > &example)
 
template<typename T , typename Scalar >
std::vector< T > Antioch::zero_clone (const std::vector< T > &example, const Scalar &value)
 
template<typename T >
void Antioch::set_zero (std::vector< T > &a)
 
template<typename T , typename VectorScalar >
std::vector< T > Antioch::custom_clone (const std::vector< T > &, const VectorScalar &vecsrc, std::vector< unsigned int > &indexes)
 

Generated on Thu Jul 7 2016 11:09:47 for antioch-0.4.0 by  doxygen 1.8.8