Home
last modified time | relevance | path

Searched defs:TMV_RealType (Results 1 – 4 of 4) sorted by relevance

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_BaseMatrix.h377 inline TMV_RealType(T) LogDet(const BaseMatrix<T>& m) in TMV_RealType() function
389 inline TMV_RealType(T) SumAbsElements(const BaseMatrix<T>& m) in TMV_RealType() function
393 inline TMV_RealType(T) SumAbs2Elements(const BaseMatrix<T>& m) in TMV_RealType() function
397 inline TMV_RealType(T) Norm(const BaseMatrix<T>& m) in TMV_RealType() function
401 inline TMV_RealType(T) NormSq(const BaseMatrix<T>& m) in TMV_RealType() function
405 inline TMV_RealType(T) NormF(const BaseMatrix<T>& m) in TMV_RealType() function
409 inline TMV_RealType(T) Norm1(const BaseMatrix<T>& m) in TMV_RealType() function
413 inline TMV_RealType(T) Norm2(const BaseMatrix<T>& m) in TMV_RealType() function
417 inline TMV_RealType(T) NormInf(const BaseMatrix<T>& m) in TMV_RealType() function
421 inline TMV_RealType(T) MaxAbsElement(const BaseMatrix<T>& m) in TMV_RealType() function
[all …]
H A DTMV_Vector.h2095 inline TMV_RealType(T) Norm(const GenVector<T>& v) in TMV_RealType() function
2099 inline TMV_RealType(T) Norm1(const GenVector<T>& v) in TMV_RealType() function
2103 inline TMV_RealType(T) NormSq(const GenVector<T>& v) in TMV_RealType() function
2107 inline TMV_RealType(T) Norm2(const GenVector<T>& v) in TMV_RealType() function
2111 inline TMV_RealType(T) NormInf(const GenVector<T>& v) in TMV_RealType() function
2159 inline TMV_RealType(T) MinAbsElement(const GenVector<T>& v) in TMV_RealType() function
2171 inline TMV_RealType(T) MinAbsElement(const Vector<T,A>& v) in TMV_RealType() function
2187 inline TMV_RealType(T) MinAbs2Element(const Vector<T,A>& v) in TMV_RealType() function
2191 inline TMV_RealType(T) MaxAbsElement(const GenVector<T>& v) in TMV_RealType() function
2203 inline TMV_RealType(T) MaxAbsElement(const Vector<T,A>& v) in TMV_RealType() function
[all …]
/dports/math/tmv/tmv-0.75/src/
H A DTMV_BaseMatrix.cpp48 TMV_RealType(T) DivHelper<T>::doLogDet(T* sign) const in TMV_RealType() function
92 TMV_RealType(T) DivHelper<T>::doNorm2() const in TMV_RealType() function
100 TMV_RealType(T) DivHelper<T>::doCondition() const in TMV_RealType() function
H A DTMV_TriDiv.cpp174 TMV_RealType(T) GenUpperTriMatrix<T>::logDet(T* s) const in TMV_RealType() function