TAtlasStatistics Struct Reference Detailed DescriptionStatistical data collected during the atlas construction. The atlas is built generating new charts from previous charts already in the manifold.
Field Documentation◆ nBoundaryAttempts
Times we tried to generate a point on the boundary. Definition at line 112 of file atlas.h. Referenced by InitAtlasStatistics(), NewBoundaryAttempt(), and PrintAtlasStatistics(). ◆ nNotInBoundary
Times we failed to generate a point on the boundary. Definition at line 114 of file atlas.h. Referenced by InitAtlasStatistics(), NewNotInBoundary(), and PrintAtlasStatistics(). ◆ nExtensions
Times we tried to extend a chart. Extension attemps would end up in one of the following. Definition at line 116 of file atlas.h. Referenced by InitAtlasStatistics(), NewAtlasExtension(), and PrintAtlasStatistics(). ◆ nImpossible
Errors when trying to expand from/toward a point. Definition at line 118 of file atlas.h. Referenced by InitAtlasStatistics(), NewImpossible(), and PrintAtlasStatistics(). ◆ nSingImpossible
Errors when trying to expand from/toward a point form a singular chart Definition at line 119 of file atlas.h. Referenced by InitAtlasStatistics(), NewSingularImpossible(), and PrintAtlasStatistics(). ◆ nLargeError
Times the point on the tangent space was too far away from the manifold. Definition at line 121 of file atlas.h. Referenced by InitAtlasStatistics(), NewLargeError(), and PrintAtlasStatistics(). ◆ nNonRegularPoint
Times we tried to generate a chart on a non-regular point. Definition at line 123 of file atlas.h. Referenced by InitAtlasStatistics(), NewNonRegularPoint(), and PrintAtlasStatistics(). ◆ nNotInManifold
Times we tried to generate a chart from a point not in the manifold. Definition at line 125 of file atlas.h. Referenced by InitAtlasStatistics(), NewNotInManifold(), and PrintAtlasStatistics(). ◆ nQRSVDError
Times we tried to generate a chart on a point where the QR or the SVD fails. Definition at line 127 of file atlas.h. Referenced by InitAtlasStatistics(), NewDecompositionError(), and PrintAtlasStatistics(). ◆ nFarFromParent
Times the new chart was too far from its parent. Definition at line 129 of file atlas.h. Referenced by InitAtlasStatistics(), NewFarFromParent(), and PrintAtlasStatistics(). ◆ nInCollision
Times we detected a collision Definition at line 130 of file atlas.h. Referenced by InitAtlasStatistics(), NewInCollision(), and PrintAtlasStatistics(). ◆ nRadiousChange
Times we had to change the radius (get close/further to the previous chart) when to create a new chart. Definition at line 131 of file atlas.h. Referenced by InitAtlasStatistics(), NewRadiousChange(), and PrintAtlasStatistics(). ◆ nGoodExtension
Times we actually succeeded in the creation of a new chart. Definition at line 133 of file atlas.h. Referenced by InitAtlasStatistics(), NewGoodExtension(), and PrintAtlasStatistics(). ◆ nBifurcations
Number of processed bifurcations. Definition at line 135 of file atlas.h. Referenced by InitAtlasStatistics(), NewBifurcation(), and PrintAtlasStatistics(). ◆ nSmallAngle
Number of small angles at bifurcation. Most likely mean we could not actually jump to the other branch. Definition at line 136 of file atlas.h. Referenced by InitAtlasStatistics(), NewSmallAngleAtBifurcation(), and PrintAtlasStatistics(). ◆ nSPMissed
Number of errors finding the singular point. Definition at line 138 of file atlas.h. Referenced by InitAtlasStatistics(), NewSingularPointMissed(), and PrintAtlasStatistics(). ◆ nNoSingularEnough
Times the singular point was not singular engoug. Definition at line 139 of file atlas.h. Referenced by InitAtlasStatistics(), NewNoSingularEnough(), and PrintAtlasStatistics(). ◆ nNoJumpBranch
Times we could not find to the other branch. Definition at line 140 of file atlas.h. Referenced by InitAtlasStatistics(), NewNoJumpBranch(), and PrintAtlasStatistics(). |
Follow us!