Searched refs:DontAlignCols (Results 1 – 2 of 2) sorted by relevance
16 enum { DontAlignCols = 1 }; enumerator62 if((flags & DontAlignCols)) in matPrefix()166 bool align_cols = !(fmt.flags & DontAlignCols); in print_matrix()
5 IOFormat CommaInitFmt(StreamPrecision, DontAlignCols, ", ", ", ", "", "", " << ", ";");