Home
last modified time | relevance | path

Searched defs:svd (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/SVD/
DJacobiSVD.h76 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate()
86 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate()
133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
159 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate()
170 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
212 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate()
224 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
257 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate()
268 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
[all …]
/external/eigen/doc/snippets/
DJacobiSVD_basic.cpp3 JacobiSVD<MatrixXf> svd(m, ComputeThinU | ComputeThinV); variable
/external/eigen/test/
Dsvd_common.h25 void svd_check_full(const MatrixType& m, const SvdType& svd) in svd_check_full()
306 SvdType svd; in svd_inf_nan() local
478 SvdType svd; variable
Dqr_colpivoting.cpp58 JacobiSVD<MatrixType> svd(matrix, ComputeThinU | ComputeThinV); in cod() local
91 JacobiSVD<MatrixType> svd(matrix, ComputeFullU | ComputeFullV); in cod_fixedsize() local
Dgeo_alignedbox.cpp214 const JacobiSVD<MatrixType> svd = q.jacobiSvd(ComputeFullU | ComputeFullV); in randomRotationMatrix() local
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops.py488 def svd(tensor, full_matrices=False, compute_uv=True, name=None): function
/external/tensorflow/tensorflow/compiler/jit/
Dintroduce_floating_point_jitter_pass_test.cc153 ops::Svd svd(root.WithOpName("svd"), input); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc411 auto svd = SVD(a, max_iter, epsilon); in BuildOpsSubmodule() local
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinalg_impl.py58 svd = linalg_ops.svd variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py359 def svd(a, max_iter, epsilon, precision_config=None): function
/external/arm-optimized-routines/math/test/
Dmathbench.c193 sv_double (*svd) (sv_double, sv_bool); member