Home
last modified time | relevance | path

Searched defs:doMakeInverseATA (Results 1 – 15 of 15) sorted by relevance

/dports/math/tmv/tmv-0.75/src/
H A DTMV_TriDiv.cpp213 void GenUpperTriMatrix<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::GenUpperTriMatrix
225 void GenLowerTriMatrix<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::GenLowerTriMatrix
375 void GenUpperTriMatrix<int>::doMakeInverseATA(MatrixView<int> ) const in doMakeInverseATA() function in tmv::GenUpperTriMatrix
378 void GenUpperTriMatrix<std::complex<int> >::doMakeInverseATA( in doMakeInverseATA() function in tmv::GenUpperTriMatrix::complex
383 void GenLowerTriMatrix<int>::doMakeInverseATA(MatrixView<int> ) const in doMakeInverseATA() function in tmv::GenLowerTriMatrix
386 void GenLowerTriMatrix<std::complex<int> >::doMakeInverseATA( in doMakeInverseATA() function in tmv::GenLowerTriMatrix::complex
H A DTMV_DiagMatrix.cpp238 void GenDiagMatrix<T>::doMakeInverseATA(DiagMatrixView<T> ata) const in doMakeInverseATA() function in tmv::GenDiagMatrix
264 void GenDiagMatrix<int>::doMakeInverseATA( in doMakeInverseATA() function in tmv::GenDiagMatrix
268 void GenDiagMatrix<std::complex<int> >::doMakeInverseATA( in doMakeInverseATA() function in tmv::GenDiagMatrix::complex
274 void GenDiagMatrix<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::GenDiagMatrix
282 void GenDiagMatrix<int>::doMakeInverseATA(MatrixView<int> ) const in doMakeInverseATA() function in tmv::GenDiagMatrix
285 void GenDiagMatrix<std::complex<int> >::doMakeInverseATA( in doMakeInverseATA() function in tmv::GenDiagMatrix::complex
H A DTMV_SymBandSVD.cpp140 void HermBandSVDiv<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::HermBandSVDiv
359 void SymBandSVDiv<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::SymBandSVDiv
H A DTMV_SymCHD.cpp177 void HermCHDiv<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::HermCHDiv
H A DTMV_SymSVD.cpp157 void HermSVDiv<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::HermSVDiv
388 void SymSVDiv<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::SymSVDiv
H A DTMV_SymLDLD.cpp151 void SymLDLDiv<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::SymLDLDiv
H A DTMV_SymBandCHD.cpp227 void HermBandCHDiv<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::HermBandCHDiv
H A DTMV_BandSVD.cpp162 void BandSVDiv<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::BandSVDiv
H A DTMV_QRD.cpp184 void QRDiv<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::QRDiv
H A DTMV_QRPD.cpp198 void QRPDiv<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::QRPDiv
H A DTMV_BaseMatrix.cpp73 void DivHelper<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::DivHelper
H A DTMV_LUD.cpp172 void LUDiv<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::LUDiv
H A DTMV_SVD.cpp181 void SVDiv<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::SVDiv
H A DTMV_BandQRD.cpp201 void BandQRDiv<T>::doMakeInverseATA(MatrixView<T> minv) const in doMakeInverseATA() function in tmv::BandQRDiv
H A DTMV_BandLUD.cpp285 void BandLUDiv<T>::doMakeInverseATA(MatrixView<T> ata) const in doMakeInverseATA() function in tmv::BandLUDiv