v0.14.0
Public Member Functions | List of all members
FTensor::Number< N > Class Template Reference

#include <src/ftensor/src/FTensor/Number.hpp>

Inheritance diagram for FTensor::Number< N >:
[legend]

Public Member Functions

 Number ()
 
 operator int () const
 

Detailed Description

template<const int N>
class FTensor::Number< N >

Examples
ADOLCPlasticity.hpp, matrix_function.cpp, PlasticOpsGeneric.hpp, PlasticOpsLargeStrains.hpp, and PlasticOpsSmallStrains.hpp.

Definition at line 11 of file Number.hpp.

Constructor & Destructor Documentation

◆ Number()

template<const int N>
FTensor::Number< N >::Number ( )
inline

Definition at line 14 of file Number.hpp.

14 {};

Member Function Documentation

◆ operator int()

template<const int N>
FTensor::Number< N >::operator int ( ) const
inline

Definition at line 15 of file Number.hpp.

15 { return N; }

The documentation for this class was generated from the following file:
N
const int N
Definition: speed_test.cpp:3