Home
last modified time | relevance | path

Searched defs:singularValues (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/src/Decompositions/
H A DSVD.php29 protected $singularValues; variable in Tensor\\Decompositions\\SVD
54 public function __construct(Matrix $u, array $singularValues, Matrix $vT)
76 public function singularValues() : array function in Tensor\\Decompositions\\SVD
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/tensor/decompositions/
H A Dsvd.zep67 public function __construct(const <Matrix> u, const array singularValues, const <Matrix> vT)
89 public function singularValues() -> array function in Tensor\\Decompositions\\Svd
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/svd/
H A DSimpleSVD.java11 private double [] singularValues; field in SimpleSVD
14 …public SimpleSVD(final RealMatrix u, double [] singularValues, final RealMatrix v, final RealMatri… in SimpleSVD()
H A DSparkSingularValueDecomposer.java62 final double [] singularValues = s.toArray(); in createSVD() local
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/tensor/decompositions/
H A Dsvd.zep.c73 zval *a, a_sub, result, _0, u, _3, singularValues, vT, _4; in PHP_METHOD() local
127 zval singularValues; in PHP_METHOD() local
167 PHP_METHOD(Tensor_Decompositions_Svd, singularValues) { in PHP_METHOD() argument
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DSingularValueDecompositionTest.java48 final double[] singularValues = { 123.456, 2.3, 1.001, 0.999 }; in testMoreRows() local
63 final double[] singularValues = { 123.456, 2.3, 1.001, 0.999 }; in testMoreColumns() local
311 final double[] singularValues) { in createTestMatrix()
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/fun/
H A Dsingular_values_test.cpp4 TEST(MathMixMatFun, singularValues) { in TEST() argument
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/matrix/
H A DmatrixPCA.cpp35 void DoTresholding_Epsilon(double * singularValues, int numberOfSingularValues, int * r, double eps… in DoTresholding_Epsilon()
61 void DoTresholding_NumberOfModes(double * singularValues, int numberOfSingularValues, int * r, int … in DoTresholding_NumberOfModes()
/dports/math/g2o/g2o-20201223_git/g2o/types/data/
H A Dvertex_ellipse.h54 const Vector2F& singularValues() {return _singularValues;} in singularValues() function
/dports/graphics/opengv/opengv-91f4b19/src/sac_problems/relative_pose/
H A DCentralRelativePoseSacProblem.cpp112 Eigen::VectorXd singularValues = SVD.singularValues(); in computeModelCoefficients() local
212 const Eigen::VectorXd singularValues = SVD.singularValues(); in computeModelCoefficients() local
H A DMultiCentralRelativePoseSacProblem.cpp73 Eigen::VectorXd singularValues = SVD.singularValues(); in computeModelCoefficients() local
/dports/science/lammps/lammps-stable_29Sep2021/src/MACHDYN/
H A Dsmd_math.h118 Eigen::Vector3d singularValues = svd.singularValues(); in pseudo_inverse_SVD() local
223 Eigen::Vector3d singularValues = svd.singularValues(); in reconstruct_rank_deficient_shape_matrix() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/copynumber/denoising/
H A DHDF5SVDReadCountPanelOfNormals.java327 …final double[] singularValues = svd.s().toArray(); //should be in decreasing order (with corres… in create() local
406 private void writeSingularValues(final double[] singularValues) { in writeSingularValues()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/tests/
H A DFactorSVDTest.cpp105 Vector singularValues( 4 ); in main() local
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/Eigen/src/SVD/
H A DSVDBase.h138 const SingularValuesType& singularValues() const in singularValues() function
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/Eigen/src/SVD/
H A DSVDBase.h138 const SingularValuesType& singularValues() const in singularValues() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DActiveSubspaceModel.hpp263 RealVector singularValues; member in Dakota::ActiveSubspaceModel
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DSingularValueDecomposition.java59 private final double[] singularValues; field in SingularValueDecomposition
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SVD/
H A DSVDBase.h111 const SingularValuesType& singularValues() const in singularValues() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SVD/
H A DSVDBase.h111 const SingularValuesType& singularValues() const in singularValues() function
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/SVD/
H A DSVDBase.h111 const SingularValuesType& singularValues() const in singularValues() function
/dports/math/eigen3/eigen-3.3.9/Eigen/src/SVD/
H A DSVDBase.h111 const SingularValuesType& singularValues() const in singularValues() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SVD/
H A DSVDBase.h111 const SingularValuesType& singularValues() const in singularValues() function
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/SVD/
H A DSVDBase.h111 const SingularValuesType& singularValues() const in singularValues() function
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/SVD/
H A DUpperBidiagonalization.h111 for (Index k = 0; /* breaks at k==cols-1 below */ ; ++k) in singularValues()

123