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

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

#include <Matrix.h>

Public Member Functions

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

Detailed Description

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

Template specialization for matrices to fetch row vectors.

Definition at line 34 of file Matrix.h.

Member Function Documentation

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

Definition at line 35 of file Matrix.h.