/* * VectorFromString.hpp * * Created on: Apr 16, 2012 * Author: ankele */ #ifndef VECTORFROMSTRING_HPP_ #define VECTORFROMSTRING_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include #include "LinearAlgebra/Vector.hpp" class Vector; std::istream& operator>>(std::istream& ist, const Vector& m) { /*ost << "("; for (int i=0;i