OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOFormat
(Results
1 - 6
of
6
) sorted by null
/external/eigen/doc/snippets/
IOFormat.cpp
5
IOFormat
CommaInitFmt(StreamPrecision, DontAlignCols, ", ", ", ", "", "", " << ", ";");
6
IOFormat
CleanFmt(4, 0, ", ", "\n", "[", "]");
7
IOFormat
OctaveFmt(StreamPrecision, 0, ", ", ";\n", "", "", "[", "]");
8
IOFormat
HeavyFmt(FullPrecision, 0, ", ", ";\n", "[", "]", "[", "]");
/external/eigen/Eigen/src/Core/
IO.h
22
std::ostream & print_matrix(std::ostream & s, const Derived& _m, const
IOFormat
& fmt);
25
/** \class
IOFormat
45
* Example: \include
IOFormat
.cpp
46
* Output: \verbinclude
IOFormat
.out
50
struct
IOFormat
52
/** Default contructor, see class
IOFormat
for the meaning of the parameters */
53
IOFormat
(int _precision = StreamPrecision, int _flags = 0,
82
* This class represents an expression with stream operators controlled by a given
IOFormat
.
86
* See class
IOFormat
for some examples.
88
* \sa DenseBase::format(), class
IOFormat
[
all
...]
DenseBase.h
431
inline const WithFormat<Derived> format(const
IOFormat
& fmt) const;
/external/eigen/Eigen/src/Core/util/
Macros.h
292
#define EIGEN_DEFAULT_IO_FORMAT Eigen::
IOFormat
(3, 0, " ", "\n", "", "")
294
#define EIGEN_DEFAULT_IO_FORMAT Eigen::
IOFormat
()
ForwardDeclarations.h
191
struct
IOFormat
;
/external/eigen/test/
main.h
67
#define EIGEN_DEFAULT_IO_FORMAT
IOFormat
(4, 0, " ", "\n", "", "", "", "")
Completed in 627 milliseconds