ElfPSP_AntColony
Protein Structure Prediction using Ant Colony Optimization
|
#include <cmath>
#include <iostream>
#include <initializer_list>
Go to the source code of this file.
Classes | |
struct | vec3< T > |
Represents a triple (x, y, z) of any type. More... | |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &stream, const vec3< T > vec) |
Allows a vector to be printed to std::cout . More... | |
|
inline |
Allows a vector to be printed to std::cout
.