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

Helper template produces determinant of square matrices. More...

#include <Matrix.h>

Public Member Functions

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

Detailed Description

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

Helper template produces determinant of square matrices.

Definition at line 91 of file Matrix.h.

Member Function Documentation

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

Definition at line 92 of file Matrix.h.