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

Helper template for generating subvectors of vectors. More...

#include <Vector.h>

Public Member Functions

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

Detailed Description

template<typename T, int n>
struct Protium::LinearAlgebra::SubVector< T, n >

Helper template for generating subvectors of vectors.

Definition at line 20 of file Vector.h.

Member Function Documentation

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

Definition at line 21 of file Vector.h.