Home
last modified time | relevance | path

Searched refs:setThresh (Results 1 – 17 of 17) sorted by relevance

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_IOStyle.h71 IOStyle& setThresh(double t) in setThresh() function
165 { return IOStyle().setThresh(thresh); } in ThreshIO()
/dports/math/tmv/tmv-0.75/doc/
H A DIOStyle.tex135 setThresh(double thresh)
205 IOStyle().setThresh(thresh)
226 os << tmv::CompactIO().setThresh(1.e-6) << m;
H A DTriMatrix.tex492 os << tmv::CompactIO().setThresh(thresh) << U;
493 os << tmv::CompactIO().setThresh(thresh) << L;
H A DDiagMatrix.tex376 os << tmv::CompactIO().setThresh(thresh) << d;
H A DSymBandMatrix.tex671 os << tmv::CompactIO().setThresh(thresh) << sb;
H A DBandMatrix.tex739 os << tmv::CompactIO().setThresh(thresh) << b;
H A DSymMatrix.tex731 os << tmv::CompactIO().setThresh(thresh) << s;
H A DMatrix.tex1853 os << tmv::CompactIO().setThresh(thresh) << m;
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestDiag.cpp301 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestBasicDiagMatrix_IO()
H A DTMV_TestSmallMatrix.cpp326 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestBasicSmallMatrix_IO()
H A DTMV_TestSmallVector.cpp479 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestSmallVectorIO()
H A DTMV_TestBand.cpp485 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestBasicBandMatrix_IO()
H A DTMV_TestVector.cpp750 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestVectorIO()
H A DTMV_TestMatrix.cpp532 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestBasicMatrix_IO()
H A DTMV_TestTri.cpp1001 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestBasicTriMatrix_IO()
H A DTMV_TestSym.cpp1218 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestBasicSymMatrix_IO()
H A DTMV_TestSymBand.cpp1653 tmv::CompactIO().setThresh(1.e-2).setPrecision(4). in TestBasicSymBandMatrix_IO()