enum mrpt::math::TMatrixTextFileFormat
Overview
Selection of the number format in MatrixVectorBase::saveToTextFile() More…
#include <MatrixVectorBase.h> enum TMatrixTextFileFormat { MATRIX_FORMAT_ENG = 0, MATRIX_FORMAT_FIXED = 1, MATRIX_FORMAT_INT = 2, };
Detailed Documentation
Selection of the number format in MatrixVectorBase::saveToTextFile()
Enum Values
MATRIX_FORMAT_ENG
engineering format ‘e’
MATRIX_FORMAT_FIXED
fixed floating point ‘f’
MATRIX_FORMAT_INT
intergers ‘i’