|
Regina Calculation Engine
|
Provides additive and multiplicative identity constants for the Matrix class. More...
#include <maths/matrix.h>
Static Public Attributes | |
| static const T | zero |
| The additive identity in the underlying ring. More... | |
| static const T | one |
| The multiplicative identity in the underlying ring. More... | |
Provides additive and multiplicative identity constants for the Matrix class.
| T | the underlying type, which represents an element of a ring. |
| ring | true if the constants zero and one should be defined. If ring is false, then this class will be empty. |