libMesh::Utility::do_pow< 6, T > Struct Template Reference

#include <utility.h>

List of all members.

Static Public Member Functions

static T apply (const T &x)

Detailed Description

template<typename T>
struct libMesh::Utility::do_pow< 6, T >

Definition at line 161 of file utility.h.


Member Function Documentation

template<typename T >
static T libMesh::Utility::do_pow< 6, T >::apply ( const T &  x  )  [inline, static]

Definition at line 162 of file utility.h.

00163       {
00164         const T x2 = x*x,
00165                 x4 = x2*x2;
00166 
00167         return x4*x2;
00168       }


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:49 UTC

Hosted By:
SourceForge.net Logo