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

Template specialization for matrices to fetch column vectors. More...

#include <Matrix.h>

Public Member Functions

Matrix< T, 0, m-1 > Of (const Matrix< T, 2, m > &other, const int &i=0, const int &j=0)
 

Detailed Description

template<typename T, int m>
struct Protium::LinearAlgebra::SubMatrix< T, 0, m >

Template specialization for matrices to fetch column vectors.

Definition at line 48 of file Matrix.h.

Member Function Documentation

template<typename T , int m>
Matrix<T,0,m-1> Protium::LinearAlgebra::SubMatrix< T, 0, m >::Of ( const Matrix< T, 2, m > &  other,
const int &  i = 0,
const int &  j = 0 
)
inline

Definition at line 49 of file Matrix.h.