$extrastylesheet
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 171 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 172 of file utility.h.

References libMesh::x.

  {
    const T x2 = x*x,
      x4 = x2*x2;

    return x4*x2;
  }

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