Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
#include <iterator>
#include <tvmet/tvmet.h>
#include <tvmet/TypePromotion.h>
#include <tvmet/CommaInitializer.h>
#include <tvmet/RunTimeError.h>
#include <tvmet/xpr/Vector.h>
#include <tvmet/VectorImpl.h>
#include <tvmet/VectorFunctions.h>
#include <tvmet/VectorBinaryFunctions.h>
#include <tvmet/VectorUnaryFunctions.h>
#include <tvmet/VectorOperators.h>
#include <tvmet/VectorEval.h>
#include <tvmet/AliasProxy.h>
Include dependency graph for Vector.h:
Go to the source code of this file.
Namespaces | |
namespace | tvmet |
Classes | |
class | tvmet::VectorConstReference< T, Sz > |
Const value iterator for ET. More... | |
class | tvmet::Vector< T, Sz > |
Compile time fixed length vector with evaluation on compile time. More... | |
struct | tvmet::Vector< T, Sz >::Info |
Structure for info printing as Vector<T, Size>. More... |
Author: |