Public Member Functions | Public Attributes

Abs< T > Struct Template Reference

Template class for generic, type-inferred absolute value. More...

#include <matrix_utils.h>

List of all members.

Public Member Functions

 Abs (double num)
 Abs (long num)
 Abs (unsigned long num)
 Abs (unsigned int num)
 Abs (long long num)
 Abs (int num)

Public Attributes

value

Detailed Description

template<typename T>
struct Abs< T >

Template class for generic, type-inferred absolute value.

Definition at line 175 of file matrix_utils.h.


Constructor & Destructor Documentation

Abs ( double  num ) [inline]

Definition at line 177 of file matrix_utils.h.

Abs ( long  num ) [inline]

Definition at line 178 of file matrix_utils.h.

Abs ( unsigned long  num ) [inline]

Definition at line 179 of file matrix_utils.h.

Abs ( unsigned int  num ) [inline]

Definition at line 180 of file matrix_utils.h.

Abs ( long long  num ) [inline]

Definition at line 181 of file matrix_utils.h.

Abs ( int  num ) [inline]

Definition at line 182 of file matrix_utils.h.


Member Data Documentation

T value

Definition at line 176 of file matrix_utils.h.


The documentation for this struct was generated from the following file:
Muster. Copyright © 2010, Lawrence Livermore National Laboratory, LLNL-CODE-433662.
Distribution of Muster and its documentation is subject to terms of the Muster LICENSE.
Generated on Mon Dec 20 2010 using Doxygen 1.7.2