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

Helper template to get submatrices for a given matrix. More...

#include <Matrix.h>

Public Member Functions

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

Detailed Description

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

Helper template to get submatrices for a given matrix.

Definition at line 19 of file Matrix.h.

Member Function Documentation

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

Definition at line 20 of file Matrix.h.