TooN 2.1
Square< R, C > Struct Template Reference

Provides the static size for a square matrix. In the general case, if R != C, then the matrix is not square and so no size is provided. A compile error results. More...

#include <determinant.h>


Detailed Description

template<int R, int C>
struct TooN::Internal::Square< R, C >

Provides the static size for a square matrix. In the general case, if R != C, then the matrix is not square and so no size is provided. A compile error results.