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

Template specialization for lowest dimension matrices. More...

#include <Matrix.h>

Public Member Functions

Of (const Matrix< T, 1, 1 > &other)
 

Detailed Description

template<typename T>
struct Protium::LinearAlgebra::Determinant< T, 1, 1 >

Template specialization for lowest dimension matrices.

Definition at line 105 of file Matrix.h.

Member Function Documentation

template<typename T >
T Protium::LinearAlgebra::Determinant< T, 1, 1 >::Of ( const Matrix< T, 1, 1 > &  other)
inline

Definition at line 106 of file Matrix.h.