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

Helper template produces NaN Determinant in general. More...

#include <Matrix.h>

Public Member Functions

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

Detailed Description

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

Helper template produces NaN Determinant in general.

Definition at line 83 of file Matrix.h.

Member Function Documentation

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

Definition at line 84 of file Matrix.h.