Searched refs:BKLDLT (Results 1 – 7 of 7) sorted by relevance
/dports/math/spectra/spectra-1.0.0/test/ |
H A D | BKLDLT.cpp | 16 BKLDLT<double> decompL(A, Eigen::Lower, s); in run_test() 20 BKLDLT<double> decompU(A, Eigen::Upper, s); in run_test()
|
H A D | Makefile | 13 OUTPUT = QR.out Eigen.out BKLDLT.out Orthogonalization.out RitzPairs.out SearchSpace.out \ 28 -./BKLDLT.out
|
/dports/math/spectra/spectra-1.0.0/ |
H A D | CHANGELOG.md | 73 - Changed the implementation of `BKLDLT` solver to improve precision in some tests 78 - Fixed a bug in `BKLDLT` in which a wrong type was used, thanks to 81 - Fixed a bug in `BKLDLT` that caused segmentation fault in some edge 92 - Added a `BKLDLT` class that implements the Bunch-Kaufman LDLT decomposition 95 as `[0, 1; 1, 0]`, but `BKLDLT` is applicable to any symmetric matrices as 98 - Added a unit test for `BKLDLT` 101 - `DenseSymShiftSolve` now uses the newly added `BKLDLT` class to do the
|
/dports/math/spectra/spectra-1.0.0/include/Spectra/MatOp/ |
H A D | DenseSymShiftSolve.h | 51 BKLDLT<Scalar> m_solver;
|
H A D | SymShiftInvert.h | 170 BKLDLT<Scalar>>::type;
|
/dports/math/spectra/spectra-1.0.0/include/Spectra/LinAlg/ |
H A D | BKLDLT.h | 27 class BKLDLT 380 BKLDLT() : in BKLDLT() function 386 …BKLDLT(const Eigen::MatrixBase<Derived>& mat, int uplo = Eigen::Lower, const Scalar& shift = Scala…
|
/dports/math/gismo/gismo-21.12.0/extensions/gsSpectra/ |
H A D | gsSpectra.h | 106 typename Spectra::BKLDLT<Scalar> m_solver;
|