Searched defs:svd (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 76 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() 213 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 225 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 258 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() 269 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() [all …]
|
/external/eigen/doc/snippets/ |
D | JacobiSVD_basic.cpp | 3 JacobiSVD<MatrixXf> svd(m, ComputeThinU | ComputeThinV); variable
|
/external/eigen/test/ |
D | svd_common.h | 24 void svd_check_full(const MatrixType& m, const SvdType& svd) in svd_check_full() 284 SvdType svd; in svd_inf_nan() local 451 SvdType svd; in svd_verify_assert() local
|
D | qr_colpivoting.cpp | 57 JacobiSVD<MatrixType> svd(matrix, ComputeThinU | ComputeThinV); in cod() local 89 JacobiSVD<MatrixType> svd(matrix, ComputeFullU | ComputeFullV); in cod_fixedsize() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_ops.py | 357 def svd(tensor, full_matrices=False, compute_uv=True, name=None): function
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linalg_impl.py | 56 svd = linalg_ops.svd variable
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 298 def svd(a, max_iter, epsilon, precision_config=None): function
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 740 auto svd = xla::SVD(a.op()); in SVD() local
|