Definition at line 17 of file Constant.cpp.
◆ operator()() [1/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
double | | ) |
const |
|
inline |
◆ operator()() [2/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 2, 2 > | | ) |
const |
|
inline |
Definition at line 31 of file Constant.cpp.
32 {
33 return Eigen::Matrix<double, 2, 2>::Zero().eval();
34 }
◆ operator()() [3/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 3, 3 > | | ) |
const |
|
inline |
Definition at line 35 of file Constant.cpp.
36 {
37 return Eigen::Matrix<double, 3, 3>::Zero().eval();
38 }
◆ operator()() [4/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 4, 1 > | | ) |
const |
|
inline |
Definition at line 40 of file Constant.cpp.
41 {
42 return Eigen::Matrix<double, 4, 1>::Zero().eval();
43 }
◆ operator()() [5/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 6, 1 > | | ) |
const |
|
inline |
Definition at line 45 of file Constant.cpp.
46 {
47 return Eigen::Matrix<double, 6, 1>::Zero().eval();
48 }
◆ operator()() [6/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::MatrixXd | | ) |
const |
|
inline |
Definition at line 50 of file Constant.cpp.
51 {
52 return Eigen::MatrixXd(0, 0);
53 }
◆ operator()() [7/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Vector2d | | ) |
const |
|
inline |
Definition at line 21 of file Constant.cpp.
22 {
23 return Eigen::Vector2d::Zero().eval();
24 }
◆ operator()() [8/8]
PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Vector3d | | ) |
const |
|
inline |
Definition at line 26 of file Constant.cpp.
27 {
28 return Eigen::Vector3d::Zero().eval();
29 }
The documentation for this struct was generated from the following file: