Home
last modified time | relevance | path

Searched refs:IOStyle (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_IOStyle.h28 class IOStyle
31 IOStyle() in IOStyle() function
37 IOStyle& noPrefix() in noPrefix()
40 IOStyle& useCode() in useCode()
43 IOStyle& noCode() in noCode()
46 IOStyle& noSize() in noSize()
55 IOStyle& markup( in markup()
68 IOStyle& compact() in compact()
131 IOStyle(int) : in IOStyle() function
228 IOStyle s;
[all …]
H A DTMV_Permutation.h616 { return os << IOStyle() << p; }
807 { return is >> IOStyle() >> p; }
H A DTMV_SmallVector.h847 { return os << IOStyle() << v; }
857 { return is >> IOStyle() >> v; }
H A DTMV_BaseMatrix.h441 { return os << IOStyle() << m; }
H A DTMV_Vector.h2276 { return os << IOStyle() << v; }
2280 { return is >> IOStyle() >> v; }
2284 { return is >> IOStyle() >> v; }
H A DTMV_DiagMatrix.h1628 { return is >> IOStyle() >> m; }
1632 { return is >> IOStyle() >> m; }
H A DTMV_SmallMatrix.h1071 { return os << IOStyle() << m; }
1081 { return is >> IOStyle() >> m; }
/dports/math/tmv/tmv-0.75/doc/
H A DIOStyle.tex4 \label{IOStyle} label
50 \subsection[The IOStyle class]{The \tt{IOStyle} class}
56 IOStyle()
65 os << IOStyle() << m;
152 os << IOStyle().noPrefix().setPrecision(8) << m;
161 IOStyle myStyle;
183 tmv::IOStyle::revertDefault();
186 \subsection[Functions that return an IOStyle object]{Functions that return an \tt{IOStyle} object}
198 IOStyle().noCode().simpleSize().fullMatrix().
205 IOStyle().setThresh(thresh)
[all …]
H A Ddoc.files16 IOStyle.tex
H A DDiagMatrix.tex367 \index{IOStyle!CompactIO}
378 \index{IOStyle!ThreshIO}
380 See \S\ref{IOStyle} for more information about specifying custom I/O styles, including
H A DTMV_Documentation.tex142 \input{IOStyle}
H A DPermutation.tex231 \index{IOStyle!CompactIO}
234 See \S\ref{IOStyle} for more information about specifying custom I/O styles, including
H A DTriMatrix.tex486 \index{IOStyle!CompactIO}
495 \index{IOStyle!ThreshIO}
497 See \S\ref{IOStyle} for more information about specifying custom I/O styles, including
H A DSymBandMatrix.tex665 \index{IOStyle!CompactIO}
673 \index{IOStyle!ThreshIO}
675 See \S\ref{IOStyle} for more information about specifying custom I/O styles, including
H A DBandMatrix.tex733 \index{IOStyle!CompactIO}
741 \index{IOStyle!ThreshIO}
743 See \S\ref{IOStyle} for more information about specifying custom I/O styles, including
H A DSymMatrix.tex726 \index{IOStyle!CompactIO}
733 \index{IOStyle!ThreshIO}
735 See \S\ref{IOStyle} for more information about specifying custom I/O styles, including
H A DVector.tex899 \index{IOStyle!ThreshIO}
914 \index{IOStyle!CompactIO}
923 See \S\ref{IOStyle} for more information about specifying custom I/O styles, including
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestDiag.cpp300 tmv::IOStyle myStyle = in TestBasicDiagMatrix_IO()
357 tmv::IOStyle::revertDefault(); in TestBasicDiagMatrix_IO()
H A DTMV_TestSmallMatrix.cpp325 tmv::IOStyle myStyle = in TestBasicSmallMatrix_IO()
402 tmv::IOStyle::revertDefault(); in TestBasicSmallMatrix_IO()
H A DTMV_TestSmallVector.cpp478 tmv::IOStyle myStyle = in TestSmallVectorIO()
536 tmv::IOStyle::revertDefault(); in TestSmallVectorIO()
H A DTMV_TestBand.cpp484 tmv::IOStyle myStyle = in TestBasicBandMatrix_IO()
584 tmv::IOStyle::revertDefault(); in TestBasicBandMatrix_IO()
H A DTMV_TestVector.cpp749 tmv::IOStyle myStyle = in TestVectorIO()
814 tmv::IOStyle::revertDefault(); in TestVectorIO()
H A DTMV_TestMatrix.cpp531 tmv::IOStyle myStyle = in TestBasicMatrix_IO()
608 tmv::IOStyle::revertDefault(); in TestBasicMatrix_IO()
H A DTMV_TestTri.cpp1000 tmv::IOStyle myStyle = in TestBasicTriMatrix_IO()
1163 tmv::IOStyle::revertDefault(); in TestBasicTriMatrix_IO()
H A DTMV_TestSym.cpp1217 tmv::IOStyle myStyle = in TestBasicSymMatrix_IO()
1395 tmv::IOStyle::revertDefault(); in TestBasicSymMatrix_IO()

12