Home
last modified time | relevance | path

Searched refs:JacobiSVD (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/
H A Djacobisvd.cpp14 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) in jacobisvd_check_full()
16 svd_check_full<MatrixType, JacobiSVD<MatrixType, QRPreconditioner > >(m, svd); in jacobisvd_check_full()
22 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) in jacobisvd_compare_to_full()
31 svd_solve< MatrixType, JacobiSVD< MatrixType, QRPreconditioner > >(m, computationOptions); in jacobisvd_solve()
43 JacobiSVD< MatrixType, QRPreconditioner > fullSvd(m, ComputeFullU|ComputeFullV); in jacobisvd_test_all_computation_options()
68 svd_verify_assert<MatrixType, JacobiSVD< MatrixType > >(m); in jacobisvd_verify_assert()
84 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr; in jacobisvd_verify_assert()
109 svd_inf_nan<MatrixType, JacobiSVD< MatrixType > >(); in jacobisvd_inf_nan()
128 JacobiSVD<Matrix2d> svd; in jacobisvd_bug286()
135 svd_preallocate< JacobiSVD <MatrixXf> >(); in jacobisvd_preallocate()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/
H A Djacobisvd.cpp14 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) in jacobisvd_check_full()
16 svd_check_full<MatrixType, JacobiSVD<MatrixType, QRPreconditioner > >(m, svd); in jacobisvd_check_full()
22 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) in jacobisvd_compare_to_full()
31 svd_solve< MatrixType, JacobiSVD< MatrixType, QRPreconditioner > >(m, computationOptions); in jacobisvd_solve()
43 JacobiSVD< MatrixType, QRPreconditioner > fullSvd(m, ComputeFullU|ComputeFullV); in jacobisvd_test_all_computation_options()
68 svd_verify_assert<MatrixType, JacobiSVD< MatrixType > >(m); in jacobisvd_verify_assert()
84 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr; in jacobisvd_verify_assert()
109 svd_inf_nan<MatrixType, JacobiSVD< MatrixType > >(); in jacobisvd_inf_nan()
128 JacobiSVD<Matrix2d> svd; in jacobisvd_bug286()
135 svd_preallocate< JacobiSVD <MatrixXf> >(); in jacobisvd_preallocate()
[all …]
/dports/math/eigen3/eigen-3.3.9/test/
H A Djacobisvd.cpp17 #define SVD_DEFAULT(M) JacobiSVD<M>
18 #define SVD_FOR_MIN_NORM(M) JacobiSVD<M,ColPivHouseholderQRPreconditioner>
29 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, FullPivHouseholderQRPrecondi… in jacobisvd()
30 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, ColPivHouseholderQRPrecondit… in jacobisvd()
31 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, HouseholderQRPreconditioner>… in jacobisvd()
33 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, NoQRPreconditioner> … in jacobisvd()
38 svd_verify_assert<JacobiSVD<MatrixType> >(m); in jacobisvd_verify_assert()
52 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr; in jacobisvd_verify_assert()
116 CALL_SUBTEST_7( (svd_inf_nan<JacobiSVD<MatrixXf>, MatrixXf>()) ); in test_jacobisvd()
117 CALL_SUBTEST_10( (svd_inf_nan<JacobiSVD<MatrixXd>, MatrixXd>()) ); in test_jacobisvd()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Djacobisvd.cpp17 #define SVD_DEFAULT(M) JacobiSVD<M>
18 #define SVD_FOR_MIN_NORM(M) JacobiSVD<M,ColPivHouseholderQRPreconditioner>
29 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, FullPivHouseholderQRPrecondi… in jacobisvd()
30 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, ColPivHouseholderQRPrecondit… in jacobisvd()
31 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, HouseholderQRPreconditioner>… in jacobisvd()
33 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, NoQRPreconditioner> … in jacobisvd()
38 svd_verify_assert<JacobiSVD<MatrixType> >(m); in jacobisvd_verify_assert()
52 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr; in jacobisvd_verify_assert()
116 CALL_SUBTEST_7( (svd_inf_nan<JacobiSVD<MatrixXf>, MatrixXf>()) ); in test_jacobisvd()
117 CALL_SUBTEST_10( (svd_inf_nan<JacobiSVD<MatrixXd>, MatrixXd>()) ); in test_jacobisvd()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Djacobisvd.cpp17 #define SVD_DEFAULT(M) JacobiSVD<M>
18 #define SVD_FOR_MIN_NORM(M) JacobiSVD<M,ColPivHouseholderQRPreconditioner>
29 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, FullPivHouseholderQRPrecondi… in jacobisvd()
30 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, ColPivHouseholderQRPrecondit… in jacobisvd()
31 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, HouseholderQRPreconditioner>… in jacobisvd()
33 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, NoQRPreconditioner> … in jacobisvd()
38 svd_verify_assert<JacobiSVD<MatrixType> >(m); in jacobisvd_verify_assert()
52 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr; in jacobisvd_verify_assert()
116 CALL_SUBTEST_7( (svd_inf_nan<JacobiSVD<MatrixXf>, MatrixXf>()) ); in test_jacobisvd()
117 CALL_SUBTEST_10( (svd_inf_nan<JacobiSVD<MatrixXd>, MatrixXd>()) ); in test_jacobisvd()
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Djacobisvd.cpp17 #define SVD_DEFAULT(M) JacobiSVD<M>
18 #define SVD_FOR_MIN_NORM(M) JacobiSVD<M,ColPivHouseholderQRPreconditioner>
29 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, FullPivHouseholderQRPrecondi… in jacobisvd()
30 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, ColPivHouseholderQRPrecondit… in jacobisvd()
31 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, HouseholderQRPreconditioner>… in jacobisvd()
33 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, NoQRPreconditioner> … in jacobisvd()
38 svd_verify_assert<JacobiSVD<MatrixType> >(m); in jacobisvd_verify_assert()
52 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr; in jacobisvd_verify_assert()
116 CALL_SUBTEST_7( (svd_inf_nan<JacobiSVD<MatrixXf>, MatrixXf>()) ); in test_jacobisvd()
117 CALL_SUBTEST_10( (svd_inf_nan<JacobiSVD<MatrixXd>, MatrixXd>()) ); in test_jacobisvd()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Djacobisvd.cpp17 #define SVD_DEFAULT(M) JacobiSVD<M>
18 #define SVD_FOR_MIN_NORM(M) JacobiSVD<M,ColPivHouseholderQRPreconditioner>
29 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, FullPivHouseholderQRPrecondi… in jacobisvd()
30 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, ColPivHouseholderQRPrecondit… in jacobisvd()
31 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, HouseholderQRPreconditioner>… in jacobisvd()
33 …CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, NoQRPreconditioner> … in jacobisvd()
38 svd_verify_assert<JacobiSVD<MatrixType> >(m); in jacobisvd_verify_assert()
52 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr; in jacobisvd_verify_assert()
116 CALL_SUBTEST_7( (svd_inf_nan<JacobiSVD<MatrixXf>, MatrixXf>()) ); in test_jacobisvd()
117 CALL_SUBTEST_10( (svd_inf_nan<JacobiSVD<MatrixXd>, MatrixXd>()) ); in test_jacobisvd()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
360 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
369 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
556 JacobiSVD()
619 JacobiSVD& compute(const MatrixType& matrix)
682 inline const internal::solve_retval<JacobiSVD, Rhs>
728 JacobiSVD& setThreshold(const RealScalar& threshold)
743 JacobiSVD& setThreshold(Default_t)
843 JacobiSVD<MatrixType, QRPreconditioner>&
992 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
360 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
368 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
536 JacobiSVD()
599 JacobiSVD& compute(const MatrixType& matrix)
662 inline const internal::solve_retval<JacobiSVD, Rhs>
708 JacobiSVD& setThreshold(const RealScalar& threshold)
723 JacobiSVD& setThreshold(Default_t)
823 JacobiSVD<MatrixType, QRPreconditioner>&
968 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&) in run()
360 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
368 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
528 JacobiSVD()
588 JacobiSVD& compute(const MatrixType& matrix)
651 inline const internal::solve_retval<JacobiSVD, Rhs>
741 JacobiSVD<MatrixType, QRPreconditioner>&
843 typedef JacobiSVD<_MatrixType, QRPreconditioner> JacobiSVDType;
871 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&) in run()
348 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
514 JacobiSVD()
574 JacobiSVD& compute(const MatrixType& matrix)
637 inline const internal::solve_retval<JacobiSVD, Rhs>
725 JacobiSVD<MatrixType, QRPreconditioner>&
826 typedef JacobiSVD<_MatrixType, QRPreconditioner> JacobiSVDType;
859 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
489 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
491 typedef SVDBase<JacobiSVD> Base;
522 JacobiSVD()
570 JacobiSVD& compute(const MatrixType& matrix)
665 JacobiSVD<MatrixType, QRPreconditioner>&
804 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
489 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
491 typedef SVDBase<JacobiSVD> Base;
522 JacobiSVD()
570 JacobiSVD& compute(const MatrixType& matrix)
663 JacobiSVD<MatrixType, QRPreconditioner>&
797 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {}
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
521 JacobiSVD()
569 JacobiSVD& compute(const MatrixType& matrix)
662 JacobiSVD<MatrixType, QRPreconditioner>&
796 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/SVD/
H A DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate()
356 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
364 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD;
427 struct traits<JacobiSVD<_MatrixType,QRPreconditioner> >
489 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
491 typedef SVDBase<JacobiSVD> Base;
522 JacobiSVD()
570 JacobiSVD& compute(const MatrixType& matrix)
663 JacobiSVD<MatrixType, QRPreconditioner>&
797 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
[all …]

12345678910>>...23