#include "Vector.hpp" #include #include using namespace matrix; int main() { Vector v; float n = v.norm(); float r = v.dot(v); return 0; }