|
NABLA
Nabla Ain't Basic Linear Algebra
|
Type traits class. More...
Static Public Attributes | |
| static const type | unit = static_cast<type>(1) |
| Represents unit value, i.e. 1. | |
| static const type | zero = static_cast<type>(0) |
| Represents zero value, i.e. 0. | |
Type traits class.
It might be necessary to specialize this template class in order for some operations to work. For the list of such operations see Special constants.
1.8.1.2