Intrepid
Public Member Functions | Private Attributes
Intrepid::ProjectiveParametrization< T, N > Class Template Reference

#include <Intrepid_MiniTensor_Geometry.h>

List of all members.

Public Member Functions

 ProjectiveParametrization (Tensor4< T, N > const &A)
void operator() (Vector< T, dimension_const< N, 4 >::value > const &parameters)
get_minimum () const
get_maximum () const
Vector< T, N > get_arg_minimum () const
Vector< T, N > get_arg_maximum () const

Private Attributes

Tensor4< T, N > const & tangent_
minimum_
Vector< T, N > arg_minimum_
maximum_
Vector< T, N > arg_maximum_

Detailed Description

template<typename T, Index N>
class Intrepid::ProjectiveParametrization< T, N >

Projective parametrization functor

Definition at line 448 of file Intrepid_MiniTensor_Geometry.h.


Constructor & Destructor Documentation

template<typename T , Index N>
Intrepid::ProjectiveParametrization< T, N >::ProjectiveParametrization ( Tensor4< T, N > const &  A) [inline]

Constructor that takes material tangent

Definition at line 247 of file Intrepid_MiniTensor_Geometry.i.h.


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