v0.14.0
Loading...
Searching...
No Matches
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
EshelbianOperators.cpp, PlasticOpsGeneric.hpp, PlasticOpsLargeStrains.hpp, PlasticOpsSmallStrains.hpp, PoissonOperators.hpp, and matrix_function.cpp.

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; }
const int N
Definition: speed_test.cpp:3

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