LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Generic matrix element formatter allowing setting of width and precision. More...
#include <MatrixWrite.hpp>
Public Member Functions | |
PreciseMatrixFormatter (const int width, const int precision) | |
std::string | operator() (const T &t) |
Generic matrix element formatter allowing setting of width and precision.
Example use:
This writes the matrix M to filename using a width of 16 and a precision of 10.