Theoretica
Scientific Computing
Loading...
Searching...
No Matches
vec.h File Reference

Vector class and operations. More...

#include <sstream>
#include <ostream>
#include "../core/error.h"
#include "../core/real_analysis.h"
#include "./algebra.h"
#include <vector>

Go to the source code of this file.

Classes

class  theoretica::vec_iterator< Vector, ReturnType >
 A sequential iterator for traversing vector-like containers. More...
 
class  theoretica::vec< Type, N >
 A statically allocated N-dimensional vector with elements of the given type. More...
 

Namespaces

namespace  theoretica
 Main namespace of the library which contains all functions and objects.
 

Detailed Description

Vector class and operations.