NABLA  Nabla Ain't Basic Linear Algebra
Static Public Attributes | List of all members
traits< type > Class Template Reference

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.

Detailed Description

template<typename type>
class nabla::traits< type >

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.

Definition at line 599 of file matrix.h.


The documentation for this class was generated from the following file: