Home
last modified time | relevance | path

Searched refs:ThreshIO (Results 1 – 20 of 20) sorted by relevance

/dports/math/tmv/tmv-0.75/examples/
H A DDivision.cpp94 std::cout<<"Ainv*A =\n" << tmv::ThreshIO(1.e-8) << (A2inv*A2); in main()
192 std::cout<<"CA*cx = "<<tmv::ThreshIO(1.e-8)<<CA*cx<<std::endl; in main()
/dports/math/tmv/tmv-0.75/src/
H A DTMV_SVDecompose.cpp242 cerr<<"diff = "<<ThreshIO((A0-AA).maxAbsElement()*1.e-3)<< in NonLapSVDecomposeFromBidiagonal()
713 cerr<<"diff = "<<ThreshIO((A0-AA).maxAbsElement()*1.e-3)<< in SV_DecomposeFromBidiagonal()
727 cerr<<"Diff U = "<<ThreshIO(1.e-3)<<Matrix<T>(U-U2); in SV_DecomposeFromBidiagonal()
730 cerr<<"Diff Vt = "<<ThreshIO(1.e-3)<<Matrix<T>(Vt-Vt2); in SV_DecomposeFromBidiagonal()
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestDiag.cpp298 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << m << std::endl; in TestBasicDiagMatrix_IO()
299 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cm << std::endl; in TestBasicDiagMatrix_IO()
H A DTMV_TestSmallMatrix.cpp320 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << m << std::endl; in TestBasicSmallMatrix_IO()
321 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cm << std::endl; in TestBasicSmallMatrix_IO()
H A DTMV_TestSmallVector.cpp473 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << v << std::endl; in TestSmallVectorIO()
474 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cv << std::endl; in TestSmallVectorIO()
H A DTMV_TestBand.cpp482 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << m << std::endl; in TestBasicBandMatrix_IO()
483 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cm << std::endl; in TestBasicBandMatrix_IO()
H A DTMV_TestTri.cpp996 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << u << std::endl; in TestBasicTriMatrix_IO()
997 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << l << std::endl; in TestBasicTriMatrix_IO()
998 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cu << std::endl; in TestBasicTriMatrix_IO()
999 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cl << std::endl; in TestBasicTriMatrix_IO()
H A DTMV_TestVector.cpp744 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << v << std::endl; in TestVectorIO()
745 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cv << std::endl; in TestVectorIO()
H A DTMV_TestMatrix.cpp526 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << m << std::endl; in TestBasicMatrix_IO()
527 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cm << std::endl; in TestBasicMatrix_IO()
H A DTMV_TestSym.cpp1213 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << s << std::endl; in TestBasicSymMatrix_IO()
1214 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << h << std::endl; in TestBasicSymMatrix_IO()
1215 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cs << std::endl; in TestBasicSymMatrix_IO()
1216 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << ch << std::endl; in TestBasicSymMatrix_IO()
H A DTMV_TestSymBand.cpp1648 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << s << std::endl; in TestBasicSymBandMatrix_IO()
1649 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << h << std::endl; in TestBasicSymBandMatrix_IO()
1650 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << cs << std::endl; in TestBasicSymBandMatrix_IO()
1651 fout << tmv::ThreshIO(1.e-2).setPrecision(12) << ch << std::endl; in TestBasicSymBandMatrix_IO()
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_IOStyle.h164 inline IOStyle ThreshIO(double thresh) in ThreshIO() function
/dports/math/tmv/tmv-0.75/doc/
H A DTriMatrix.tex490 os << tmv::ThreshIO(thresh) << U;
491 os << tmv::ThreshIO(thresh) << L;
495 \index{IOStyle!ThreshIO}
H A DDiagMatrix.tex375 os << tmv::ThreshIO(thresh) << d;
378 \index{IOStyle!ThreshIO}
H A DSymBandMatrix.tex670 os << tmv::ThreshIO(thresh) << sb;
673 \index{IOStyle!ThreshIO}
H A DIOStyle.tex203 \tt{ThreshIO(thresh)} is equivalent to
H A DBandMatrix.tex738 os << tmv::ThreshIO(thresh) << b;
741 \index{IOStyle!ThreshIO}
H A DSymMatrix.tex730 os << tmv::ThreshIO(thresh) << s;
733 \index{IOStyle!ThreshIO}
H A DVector.tex897 os << tmv::ThreshIO(thresh) << v;
899 \index{IOStyle!ThreshIO}
H A DMatrix.tex1828 os << tmv::ThreshIO(thresh) << m;
1830 \index{IOStyle!ThreshIO}