Home
last modified time | relevance | path

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

/dports/math/tmv/tmv-0.75/src/
H A DTMV_TriMatrix.inst42 template void UpperTriMatrixView<T,CStyle>::read(const TMV_Reader& reader); \
43 template void LowerTriMatrixView<T,CStyle>::read(const TMV_Reader& reader); \
66 template void UpperTriMatrix<T,A>::read(const TMV_Reader& reader); \
67 template void LowerTriMatrix<T,A>::read(const TMV_Reader& reader); \
H A DTMV_SymMatrix.inst37 template void SymMatrixView<T,CStyle>::read(const TMV_Reader& reader); \
78 template void SymMatrix<T,A>::read(const TMV_Reader& reader); \
79 template void HermMatrix<T,A>::read(const TMV_Reader& reader); \
H A DTMV_SymBandMatrix.inst39 template void SymBandMatrixView<T,CStyle>::read(const TMV_Reader& reader); \
86 template void SymBandMatrix<T,A>::read(const TMV_Reader& reader); \
87 template void HermBandMatrix<T,A>::read(const TMV_Reader& reader); \
H A DTMV_DiagMatrix.inst7 template void DiagMatrixView<T,CStyle>::read(const TMV_Reader& reader); \
33 template void DiagMatrix<T,A>::read(const TMV_Reader& reader); \
H A DTMV_Matrix.inst25 template void MatrixView<T,CStyle>::read(const TMV_Reader& reader); \
71 template void Matrix<T,A>::read(const TMV_Reader& reader); \
H A DTMV_Vector.inst38 template void VectorView<T,CStyle>::read(const TMV_Reader& reader); \
73 template void Vector<T,A>::read(const TMV_Reader& reader); \
H A DTMV_BandMatrix.inst52 template void BandMatrixView<T >::read(const TMV_Reader& reader); \
94 template void BandMatrix<T,A>::read(const TMV_Reader& reader); \
H A DTMV_TriMatrix.cpp1063 static void FinishRead(const TMV_Reader& reader, UpperTriMatrixView<T> m) in FinishRead()
1171 void UpperTriMatrix<T,A>::read(const TMV_Reader& reader) in read()
1214 void UpperTriMatrixView<T,A>::read(const TMV_Reader& reader) in read()
1389 static void FinishRead(const TMV_Reader& reader, LowerTriMatrixView<T> m) in FinishRead()
1497 void LowerTriMatrix<T,A>::read(const TMV_Reader& reader) in read()
1540 void LowerTriMatrixView<T,A>::read(const TMV_Reader& reader) in read()
H A DTMV_DiagMatrix.cpp708 static void FinishRead(const TMV_Reader& reader, DiagMatrixView<T> m) in FinishRead()
831 void DiagMatrix<T,A>::read(const TMV_Reader& reader) in read()
874 void DiagMatrixView<T,A>::read(const TMV_Reader& reader) in read()
H A DTMV_SymMatrix.cpp1094 static void FinishRead(const TMV_Reader& reader, SymMatrixView<T> m) in FinishRead()
1234 void SymMatrix<T,A>::read(const TMV_Reader& reader) in read()
1279 void HermMatrix<T,A>::read(const TMV_Reader& reader) in read()
1324 void SymMatrixView<T,A>::read(const TMV_Reader& reader) in read()
H A DTMV_SymBandMatrix.cpp1405 static void FinishRead(const TMV_Reader& reader, SymBandMatrixView<T> m) in FinishRead()
1621 void SymBandMatrix<T,A>::read(const TMV_Reader& reader) in read()
1674 void HermBandMatrix<T,A>::read(const TMV_Reader& reader) in read()
1727 void SymBandMatrixView<T,A>::read(const TMV_Reader& reader) in read()
H A DTMV_Matrix.cpp1232 static void FinishRead(const TMV_Reader& reader, MatrixView<T> m) in FinishRead()
1304 void Matrix<T,A>::read(const TMV_Reader& reader) in read()
1331 void MatrixView<T,A>::read(const TMV_Reader& reader) in read()
H A DTMV_Vector.cpp1629 static void FinishRead(const TMV_Reader& reader, VectorView<T> v) in FinishRead()
1674 void Vector<T,A>::read(const TMV_Reader& reader) in read()
1700 void VectorView<T,A>::read(const TMV_Reader& reader) in read()
H A DTMV_BandMatrix.cpp1676 static void FinishRead(const TMV_Reader& reader, BandMatrixView<T> m) in FinishRead()
1807 void BandMatrix<T,A>::read(const TMV_Reader& reader) in read()
1838 void BandMatrixView<T,A>::read(const TMV_Reader& reader) in read()
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_IOStyle.h148 friend class TMV_Reader; variable
249 class TMV_Reader
252 TMV_Reader(std::istream& _is, const IOStyle& _s) : is(_is), s(_s) {} in TMV_Reader() function
381 inline TMV_Reader operator>>(std::istream& is, const IOStyle& style)
382 { return TMV_Reader(is,style); }
H A DTMV_Permutation.h426 inline void read(const TMV_Reader& reader);
688 inline void Permutation::read(const TMV_Reader& reader) in read()
803 const TMV_Reader& reader, Permutation& p)
H A DTMV_DiagMatrix.h864 void read(const TMV_Reader& reader);
1393 void read(const TMV_Reader& reader);
1617 const TMV_Reader& reader, DiagMatrixView<T> m)
1622 const TMV_Reader& reader, DiagMatrix<T,A>& m)
H A DTMV_Vector.h1107 void read(const TMV_Reader& reader);
1878 void read(const TMV_Reader& reader);
2265 const TMV_Reader& reader, VectorView<T> v)
2270 const TMV_Reader& reader, Vector<T,A>& v)
H A DTMV_TriMatrix.h2394 void read(const TMV_Reader& reader);
2873 void read(const TMV_Reader& reader);
4260 void read(const TMV_Reader& reader);
5046 void read(const TMV_Reader& reader);
5649 const TMV_Reader& reader, UpperTriMatrixView<T> m)
5654 const TMV_Reader& reader, UpperTriMatrix<T,A>& m)
5659 const TMV_Reader& reader, LowerTriMatrixView<T> m)
5664 const TMV_Reader& reader, LowerTriMatrix<T,A>& m)
H A DTMV_SymMatrix.h1649 void read(const TMV_Reader& reader);
2891 void read(const TMV_Reader& reader);
3836 void read(const TMV_Reader& reader);
4306 const TMV_Reader& reader, SymMatrixView<T> m)
4311 const TMV_Reader& reader, SymMatrix<T,A>& m)
4316 const TMV_Reader& reader, HermMatrix<T,A>& m)
H A DTMV_Matrix.h1857 void read(const TMV_Reader& reader);
3386 void read(const TMV_Reader& reader);
3843 const TMV_Reader& reader, MatrixView<T> m)
3847 inline std::istream& operator>>(const TMV_Reader& reader, Matrix<T,A>& m)
H A DTMV_SmallVector.h851 const TMV_Reader& reader, SmallVector<T,N,A>& v)
H A DTMV_SymBandMatrix.h1995 void read(const TMV_Reader& reader);
3584 void read(const TMV_Reader& reader);
4821 void read(const TMV_Reader& reader);
5668 const TMV_Reader& reader, SymBandMatrixView<T> m)
5673 const TMV_Reader& reader, SymBandMatrix<T,A>& m)
5678 const TMV_Reader& reader, HermBandMatrix<T,A>& m)
H A DTMV_BandMatrix.h1962 void read(const TMV_Reader& reader);
3573 void read(const TMV_Reader& reader);
4351 const TMV_Reader& reader, BandMatrixView<T> m)
4356 const TMV_Reader& reader, BandMatrix<T,A>& m)
H A DTMV_SmallMatrix.h1075 const TMV_Reader& reader, SmallMatrix<T,M,N,A>& m)