![]() |
v0.16.0 |
Stores a short rank summary for the assembled matrix. More...
Public Attributes | |
| size_t | rowsNb = 0 |
| size_t | colsNb = 0 |
| size_t | maxRank = 0 |
| size_t | rank = 0 |
| double | frobeniusNorm = 0 |
| double | symmetryDefect = 0 |
| double | absRankTol = 0 |
| double | minNonzeroSingular = 0 |
| double | maxSingular = 0 |
Stores a short rank summary for the assembled matrix.
Definition at line 73 of file affine_tet_stress_gram.cpp.
| double RankDiagnostic::absRankTol = 0 |
Definition at line 80 of file affine_tet_stress_gram.cpp.
| size_t RankDiagnostic::colsNb = 0 |
Definition at line 75 of file affine_tet_stress_gram.cpp.
| double RankDiagnostic::frobeniusNorm = 0 |
Definition at line 78 of file affine_tet_stress_gram.cpp.
| size_t RankDiagnostic::maxRank = 0 |
Definition at line 76 of file affine_tet_stress_gram.cpp.
| double RankDiagnostic::maxSingular = 0 |
Definition at line 82 of file affine_tet_stress_gram.cpp.
| double RankDiagnostic::minNonzeroSingular = 0 |
Definition at line 81 of file affine_tet_stress_gram.cpp.
| size_t RankDiagnostic::rank = 0 |
Definition at line 77 of file affine_tet_stress_gram.cpp.
| size_t RankDiagnostic::rowsNb = 0 |
Definition at line 74 of file affine_tet_stress_gram.cpp.
| double RankDiagnostic::symmetryDefect = 0 |
Definition at line 79 of file affine_tet_stress_gram.cpp.