/* * VectorInterface.cpp * * Created on: Jul 29, 2010 * Author: heber */ #include "VectorInterface.hpp" #include #include "LinearAlgebra/Vector.hpp" /** Constructor of class VectorInterface. */ VectorInterface::VectorInterface() {}; /** Destructor for class VectorInterface. */ VectorInterface::~VectorInterface() {};