Home
last modified time | relevance | path

Searched refs:BKLDLT (Results 1 – 7 of 7) sorted by relevance

/dports/math/spectra/spectra-1.0.0/test/
H A DBKLDLT.cpp16 BKLDLT<double> decompL(A, Eigen::Lower, s); in run_test()
20 BKLDLT<double> decompU(A, Eigen::Upper, s); in run_test()
H A DMakefile13 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 DCHANGELOG.md73 - 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 DDenseSymShiftSolve.h51 BKLDLT<Scalar> m_solver;
H A DSymShiftInvert.h170 BKLDLT<Scalar>>::type;
/dports/math/spectra/spectra-1.0.0/include/Spectra/LinAlg/
H A DBKLDLT.h27 class BKLDLT
380 BKLDLT() : in BKLDLT() function
386BKLDLT(const Eigen::MatrixBase<Derived>& mat, int uplo = Eigen::Lower, const Scalar& shift = Scala…
/dports/math/gismo/gismo-21.12.0/extensions/gsSpectra/
H A DgsSpectra.h106 typename Spectra::BKLDLT<Scalar> m_solver;