Home
last modified time | relevance | path

Searched refs:LDL_Decompose (Results 1 – 13 of 13) sorted by relevance

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_SymLDLD.h59 void LDL_Decompose(
63 void LDL_Decompose(
70 void LDL_Decompose(
74 void LDL_Decompose(
79 inline void LDL_Decompose( in LDL_Decompose() function
81 { LDL_Decompose(A,D.view(),P); } in LDL_Decompose()
84 inline void LDL_Decompose( in LDL_Decompose() function
89 inline void LDL_Decompose( in LDL_Decompose() function
94 inline void LDL_Decompose( in LDL_Decompose() function
99 inline void LDL_Decompose( in LDL_Decompose() function
[all …]
H A DTMV_SymBandCHD.h50 void LDL_Decompose(SymBandMatrixView<T> A);
61 inline void LDL_Decompose(HermBandMatrix<T,A1>& A) in LDL_Decompose() function
62 { LDL_Decompose(A.view()); } in LDL_Decompose()
65 inline void LDL_Decompose(SymBandMatrix<T,A1>& A) in LDL_Decompose() function
66 { LDL_Decompose(A.view()); } in LDL_Decompose()
H A DTMV_Permutation.h483 … friend inline void LDL_Decompose(SymMatrixView<T> m, SymBandMatrixView<T> D, Permutation& p);
486 friend inline void LDL_Decompose(
883 inline void LDL_Decompose( in LDL_Decompose() function
888 LDL_Decompose(m,D,p.getMem()); in LDL_Decompose()
893 inline void LDL_Decompose( in LDL_Decompose() function
899 LDL_Decompose(m,xD,p.getMem(),logdet,signdet); in LDL_Decompose()
/dports/math/tmv/tmv-0.75/src/
H A DTMV_SymLDLDecompose.inst5 template void LDL_Decompose(SymMatrixView<T > A, \
7 template void LDL_Decompose(SymMatrixView<T > A, \
H A DTMV_SymBandCHDecompose.inst6 template void LDL_Decompose(SymBandMatrixView<T > A); \
H A DTMV_SymBandCHDecompose.cpp586 void LDL_Decompose(SymBandMatrixView<T> A) in LDL_Decompose() function
590 if (A.uplo() == Upper) LDL_Decompose(A.adjoint()); in LDL_Decompose()
591 else if (A.isconj()) LDL_Decompose(A.conjugate()); in LDL_Decompose()
H A DTMV_SymBandCHDiv.h30 void LDL_Decompose(SymBandMatrixView<T> A);
H A DTMV_SymLDLDecompose.cpp1301 void LDL_Decompose( in LDL_Decompose() function
1312 LDL_Decompose(A.conjugate(),xD.conjugate(),P,logdet,signdet); in LDL_Decompose()
1314 if (A.isherm()) LDL_Decompose(A.adjoint(),xD,P,logdet,signdet); in LDL_Decompose()
1315 else LDL_Decompose(A.transpose(),xD,P,logdet,signdet); in LDL_Decompose()
1408 void LDL_Decompose( in LDL_Decompose() function
1420 LDL_Decompose(A,D.diag(-1),P,ld,d); in LDL_Decompose()
H A DTMV_SymLDLD.cpp86 LDL_Decompose(pimpl->LLx,pimpl->xD.view(),pimpl->P, in SymLDLDiv()
H A DTMV_SymBandCHD.cpp92 LDL_Decompose(pimpl->LLx); in HermBandCHDiv()
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestSymDecomp.cpp238 LDL_Decompose(m2,D2,P2); in TestHermDecomp()
245 LDL_Decompose(c2,cD2,P2); in TestHermDecomp()
251 LDL_Decompose(c2.conjugate(),cD2,P2); in TestHermDecomp()
257 LDL_Decompose(c2,cD2.conjugate(),P2); in TestHermDecomp()
263 LDL_Decompose(c2.conjugate(),cD2.conjugate(),P2); in TestHermDecomp()
617 LDL_Decompose(m2,D2,P2); in TestSymDecomp()
624 LDL_Decompose(c2,cD2,P2); in TestSymDecomp()
630 LDL_Decompose(c2.conjugate(),cD2,P2); in TestSymDecomp()
636 LDL_Decompose(c2,cD2.conjugate(),P2); in TestSymDecomp()
642 LDL_Decompose(c2.conjugate(),cD2.conjugate(),P2); in TestSymDecomp()
H A DTMV_TestSymBandDecomp.cpp290 LDL_Decompose(m2); in TestHermBandDecomp()
308 LDL_Decompose(c2); in TestHermBandDecomp()
327 LDL_Decompose(c2.conjugate()); in TestHermBandDecomp()
731 LDL_Decompose(m2); in TestSymBandDecomp()
755 LDL_Decompose(c2); in TestSymBandDecomp()
772 LDL_Decompose(c2.conjugate()); in TestSymBandDecomp()
/dports/math/tmv/tmv-0.75/doc/
H A DDecompositions.tex84 void LDL_Decompose(SymMatrix<T>& A, SymBandMatrix<T>& D, Permutation& P);
91 \tt{LDL_Decompose} routine throws a
128 void LDL_Decompose(HermBandMatrix<T>& A);
129 void LDL_Decompose(SymBandMatrix<T>& A);