Home
last modified time | relevance | path

Searched defs:chol (Results 1 – 25 of 149) sorted by relevance

123456

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/
H A Dtest_ldl_cholesky.cxx23 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
33 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
43 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
53 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
62 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
68 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
73 vnl_ldl_cholesky chol(A, vnl_ldl_cholesky::estimate_condition); in test_ldl_cholesky() local
82 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
89 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
96 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
[all …]
H A Dtest_cholesky.cxx22 vnl_cholesky chol(A); in test_cholesky() local
29 vnl_cholesky chol(A); in test_cholesky() local
34 vnl_cholesky chol(A, vnl_cholesky::estimate_condition); in test_cholesky() local
43 vnl_cholesky chol(A); in test_cholesky() local
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/tests/
H A Dtest_ldl_cholesky.cxx24 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
34 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
44 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
54 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
63 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
68 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
73 vnl_ldl_cholesky chol(A, vnl_ldl_cholesky::estimate_condition); in test_ldl_cholesky() local
82 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
89 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
96 vnl_ldl_cholesky chol(A); in test_ldl_cholesky() local
[all …]
H A Dtest_cholesky.cxx23 vnl_cholesky chol(A); in test_cholesky() local
28 vnl_cholesky chol(A); in test_cholesky() local
33 vnl_cholesky chol(A, vnl_cholesky::estimate_condition); in test_cholesky() local
42 vnl_cholesky chol(A); in test_cholesky() local
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/benches/linalg/
H A Dcholesky.rs23 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_decompose_unpack_100x100() localVariable
32 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_decompose_unpack_500x500() localVariable
41 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_solve_10x10() localVariable
52 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_solve_100x100() localVariable
63 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_solve_500x500() localVariable
74 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_inverse_10x10() localVariable
84 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_inverse_100x100() localVariable
94 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_inverse_500x500() localVariable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/benches/linalg/
H A Dcholesky.rs28 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_decompose_unpack_100x100() localVariable
39 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_decompose_unpack_500x500() localVariable
49 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_solve_10x10() localVariable
62 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_solve_100x100() localVariable
75 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_solve_500x500() localVariable
87 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_inverse_10x10() localVariable
99 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_inverse_100x100() localVariable
111 let chol = Cholesky::new(m.clone()).unwrap(); in cholesky_inverse_500x500() localVariable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/src/LinearAlgebra/
H A DEigenMatrixAlgebra.cpp490 … const Eigen::LLT<Eigen::Matrix2d>& chol = boost::any_cast<Eigen::LLT<Eigen::Matrix2d> const&>(A); in ApplyInverse() local
503 … const Eigen::LLT<Eigen::Matrix2f>& chol = boost::any_cast<Eigen::LLT<Eigen::Matrix2f> const&>(A); in ApplyInverse() local
516 … const Eigen::LLT<Eigen::Matrix3d>& chol = boost::any_cast<Eigen::LLT<Eigen::Matrix3d> const&>(A); in ApplyInverse() local
529 … const Eigen::LLT<Eigen::Matrix3f>& chol = boost::any_cast<Eigen::LLT<Eigen::Matrix3f> const&>(A); in ApplyInverse() local
542 … const Eigen::LLT<Eigen::Matrix4d>& chol = boost::any_cast<Eigen::LLT<Eigen::Matrix4d> const&>(A); in ApplyInverse() local
555 … const Eigen::LLT<Eigen::Matrix4f>& chol = boost::any_cast<Eigen::LLT<Eigen::Matrix4f> const&>(A); in ApplyInverse() local
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/tests/linalg/
H A Dcholesky.rs28 let chol = m.cholesky().unwrap(); localVariable
38 let chol = m.clone().cholesky().unwrap(); localVariable
52 let chol = m.clone().cholesky().unwrap(); localVariable
115 let mut chol = m.clone().cholesky().unwrap(); localVariable
136 let chol = m.clone().cholesky().unwrap().insert_column(j, col); localVariable
149 let chol = m.clone().cholesky().unwrap().remove_column(j); localVariable
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_chol.hpp28 chol in chol() function
48 chol in chol() function
77 chol in chol() function
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_chol.hpp28 chol in chol() function
48 chol in chol() function
77 chol in chol() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/tests/linalg/
H A Dcholesky.rs24 let chol = m.cholesky().unwrap(); localVariable
40 let chol = m.clone().cholesky().unwrap(); localVariable
53 let chol = m.clone().cholesky().unwrap(); localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/tests/linalg/
H A Deigen.rs25 fn symmetric_eigen_singular(n: usize) -> bool {
41 relative_eq!(m.lower_triangle(), recomp.lower_triangle(), epsilon = 1.0e-5)
53 let m = m.map(|e| e.0).hermitian_part();
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/sbaij/seq/cholmod/
H A Dsbaijcholmod.c39 Mat_CHOLMOD *chol=(Mat_CHOLMOD*)F->data; in CholmodStart() local
276 Mat_CHOLMOD *chol=(Mat_CHOLMOD*)F->data; in MatDestroy_CHOLMOD() local
295 Mat_CHOLMOD *chol = (Mat_CHOLMOD*)F->data; in MatView_Info_CHOLMOD() local
368 Mat_CHOLMOD *chol = (Mat_CHOLMOD*)F->data; in MatSolve_CHOLMOD() local
387 Mat_CHOLMOD *chol = (Mat_CHOLMOD*)F->data; in MatMatSolve_CHOLMOD() local
406 Mat_CHOLMOD *chol = (Mat_CHOLMOD*)F->data; in MatCholeskyFactorNumeric_CHOLMOD() local
433 Mat_CHOLMOD *chol = (Mat_CHOLMOD*)F->data; in MatCholeskyFactorSymbolic_CHOLMOD() local
473 Mat_CHOLMOD *chol = (Mat_CHOLMOD*)F->data; in MatGetInfo_CHOLMOD() local
528 Mat_CHOLMOD *chol; in MatGetFactor_seqsbaij_cholmod() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/tests/
H A Dtest_ocl_cholesky.cxx102 vnl_cholesky chol(A); in compute_vnl_cholesky() local
107 vnl_cholesky chol(A); in compute_vnl_cholesky() local
112 vnl_cholesky chol(A, vnl_cholesky::estimate_condition); in compute_vnl_cholesky() local
117 vnl_cholesky chol(A); in compute_vnl_cholesky() local
/dports/math/R-cran-SparseM/SparseM/src/
H A Dchol.f1 subroutine chol(m,nnzdmax,d,jd,id,nnzdsm,dsub,jdsub,nsub,nsubmax, subroutine
201 100 continue
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Dchol.h44 chol (void) : chol_mat (), xrcond (0), is_upper (true) { } in chol() function
59 chol (const chol& a) in chol() function
/dports/math/newmat/newmat-1.1_1/
H A Dnewmatap.h83 inline void UpdateCholesky(UpperTriangularMatrix& chol, const RowVector& x) in UpdateCholesky()
89 inline void DowndateCholesky(UpperTriangularMatrix &chol, const RowVector& x) in DowndateCholesky()
96 inline void RightCircularUpdateCholesky(UpperTriangularMatrix &chol, in RightCircularUpdateCholesky()
103 inline void LeftCircularUpdateCholesky(UpperTriangularMatrix &chol, in LeftCircularUpdateCholesky()
H A Dcholesky.cpp102 void update_Cholesky(UpperTriangularMatrix &chol, RowVector x) in update_Cholesky()
129 void downdate_Cholesky(UpperTriangularMatrix &chol, RowVector x) in downdate_Cholesky()
176 void right_circular_update_Cholesky(UpperTriangularMatrix &chol, int k, int l) in right_circular_update_Cholesky()
231 void left_circular_update_Cholesky(UpperTriangularMatrix &chol, int k, int l) in left_circular_update_Cholesky()
/dports/math/optpp/optpp-2.4/newmat11/
H A Dcholesky.C95 void UpdateCholesky(UpperTriangularMatrix &chol, RowVector r1Modification) in UpdateCholesky()
122 void DowndateCholesky(UpperTriangularMatrix &chol, RowVector x) in DowndateCholesky()
169 void RightCircularUpdateCholesky(UpperTriangularMatrix &chol, int k, int l) in RightCircularUpdateCholesky()
224 void LeftCircularUpdateCholesky(UpperTriangularMatrix &chol, int k, int l) in LeftCircularUpdateCholesky()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/em/
H A DMultivariateGaussianModel.java63 CholeskyDecomposition chol; field in MultivariateGaussianModel
200 CholeskyDecomposition chol = new CholeskyDecomposition(covariance); in updateCholesky() local
228 private double getHalfLogDeterminant(CholeskyDecomposition chol) { in getHalfLogDeterminant()
H A DTextbookMultivariateGaussianModel.java69 CholeskyDecomposition chol; field in TextbookMultivariateGaussianModel
204 CholeskyDecomposition chol = new CholeskyDecomposition(covariance); in updateCholesky() local
232 private double getHalfLogDeterminant(CholeskyDecomposition chol) { in getHalfLogDeterminant()
H A DTwoPassMultivariateGaussianModel.java66 CholeskyDecomposition chol; field in TwoPassMultivariateGaussianModel
230 CholeskyDecomposition chol = new CholeskyDecomposition(covariance); in updateCholesky() local
258 private double getHalfLogDeterminant(CholeskyDecomposition chol) { in getHalfLogDeterminant()
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dchol.m63 function y = chol(x) function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dcholesky.cpp96 void UpdateCholesky(UpperTriangularMatrix &chol, RowVector r1Modification) in UpdateCholesky()
123 void DowndateCholesky(UpperTriangularMatrix &chol, RowVector x) in DowndateCholesky()
170 void RightCircularUpdateCholesky(UpperTriangularMatrix &chol, int k, int l) in RightCircularUpdateCholesky()
225 void LeftCircularUpdateCholesky(UpperTriangularMatrix &chol, int k, int l) in LeftCircularUpdateCholesky()
/dports/science/qmcpack/qmcpack-3.11.0/utils/afqmctools/afqmctools/hamiltonian/
H A Dio.py5 def write_qmcpack_sparse(hcore, chol, nelec, nmo, e0=0.0, filename='hamiltonian.h5', argument
79 def write_qmcpack_dense(hcore, chol, nelec, nmo, enuc=0.0, argument

123456