enum mrpt::math::TConstructorFlags_Matrices

For usage in one of the constructors of CMatrixFixed or CMatrixDynamic (and derived classes), if it’s not required to fill it with zeros at the constructor to save time.

#include <math_frwds.h>

enum TConstructorFlags_Matrices
{
    UNINITIALIZED_MATRIX = 0,
};