GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
float_format (int w=current_output_max_field_width(), int p=current_output_precision(), int f=0) | |
float_format (int w, int e, int p, int f) | |
float_format (const float_format &ff) | |
~float_format (void) | |
float_format & | fixed (void) |
float_format & | general (void) |
float_format & | lowercase (void) |
float_format & | operator= (const float_format &ff) |
float_format & | precision (int p) |
float_format & | scientific (void) |
float_format & | trailing_zeros (bool tz=true) |
float_format & | uppercase (void) |
float_format & | width (int w) |
Private Attributes | |
int | ex |
int | fmt |
int | fw |
int | prec |
int | sp |
int | up |
Friends | |
std::ostream & | operator<< (std::ostream &os, const pr_engineering_float &pef) |
std::ostream & | operator<< (std::ostream &os, const pr_formatted_float &pff) |
std::ostream & | operator<< (std::ostream &os, const pr_rational_float &prf) |
Definition at line 136 of file pr-output.cc.
|
inline |
Definition at line 141 of file pr-output.cc.
Definition at line 145 of file pr-output.cc.
|
inline |
Definition at line 148 of file pr-output.cc.
|
inline |
Definition at line 167 of file pr-output.cc.
|
inline |
Definition at line 170 of file pr-output.cc.
|
inline |
Definition at line 171 of file pr-output.cc.
|
inline |
Definition at line 174 of file pr-output.cc.
|
inline |
|
inline |
|
inline |
Definition at line 169 of file pr-output.cc.
|
inline |
Definition at line 180 of file pr-output.cc.
|
inline |
Definition at line 173 of file pr-output.cc.
Referenced by set_complex_format(), set_complex_matrix_format(), set_range_format(), set_real_format(), and set_real_matrix_format().
|
inline |
Definition at line 178 of file pr-output.cc.
References Faddeeva::w().
|
friend |
Definition at line 284 of file pr-output.cc.
|
friend |
Definition at line 327 of file pr-output.cc.
|
friend |
Definition at line 452 of file pr-output.cc.
|
private |
Definition at line 198 of file pr-output.cc.
Referenced by operator<<(), and operator=().
|
private |
Definition at line 204 of file pr-output.cc.
Referenced by operator<<(), and operator=().
|
private |
Definition at line 195 of file pr-output.cc.
Referenced by operator<<(), and operator=().
|
private |
Definition at line 201 of file pr-output.cc.
Referenced by operator<<(), and operator=().
|
private |
Definition at line 210 of file pr-output.cc.
Referenced by operator<<(), and operator=().
|
private |
Definition at line 207 of file pr-output.cc.
Referenced by operator<<(), and operator=().