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

Template specialization for matrices to fetch element. More...

#include <Matrix.h>

Public Member Functions

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

Detailed Description

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

Template specialization for matrices to fetch element.

Definition at line 62 of file Matrix.h.

Member Function Documentation

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

Definition at line 63 of file Matrix.h.