Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Protium::LinearAlgebra::SubVector< T, 2 > Struct Template Reference

Template specialization for lowest possible dimension subvector. More...

#include <Vector.h>

Public Member Functions

Vector< T, 1 > Of (const Vector< T, 2 > &other, const int &i=0)
 

Detailed Description

template<typename T>
struct Protium::LinearAlgebra::SubVector< T, 2 >

Template specialization for lowest possible dimension subvector.

Definition at line 34 of file Vector.h.

Member Function Documentation

template<typename T >
Vector<T, 1> Protium::LinearAlgebra::SubVector< T, 2 >::Of ( const Vector< T, 2 > &  other,
const int &  i = 0 
)
inline

Definition at line 35 of file Vector.h.