Home
last modified time | relevance | path

Searched refs:ldlt (Results 176 – 200 of 302) sorted by relevance

12345678910>>...13

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Core/
H A DSelfAdjointView.h251 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Core/
H A DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Core/
H A DSelfAdjointView.h153 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Core/
H A DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Core/
H A DSelfAdjointView.h153 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/
H A DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/Core/
H A DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/Core/
H A DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Core/
H A DSelfAdjointView.h153 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/biology/diamond/diamond-2.0.13/src/lib/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/Eigen/src/Core/
H A DSelfAdjointView.h238 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/Core/
H A DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/Core/
H A DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DMatrixStorage.tex158 virtual void ldlt(std::vector<Real>&, std::vector<Real>&,
160 virtual void ldlt(std::vector<Complex>&, std::vector<Complex>&,
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/
H A DSelfAdjointView.h251 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/
H A DSelfAdjointView.h251 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/
H A DSelfAdjointView.h251 const LDLT<PlainObject, UpLo> ldlt() const;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/src/Distributions/
H A DGaussian.cpp290 Eigen::MatrixXd K = S.selfadjointView<Eigen::Lower>().ldlt().solve(HP).transpose(); in Condition()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Approximation/src/GaussianProcesses/
H A DGaussianProcess.cpp108 covSolver = trainCov.selfadjointView<Eigen::Lower>().ldlt(); in ProcessObservations()

12345678910>>...13