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

Compiler error for vectors wishing too low in dimension. More...

#include <Vector.h>

Public Member Functions

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

Detailed Description

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

Compiler error for vectors wishing too low in dimension.

Definition at line 47 of file Vector.h.

Member Function Documentation

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

Definition at line 48 of file Vector.h.