Home
last modified time | relevance | path

Searched refs:referenceSvd (Results 1 – 12 of 12) sorted by relevance

/dports/math/eigen3/eigen-3.3.9/test/
H A Dsvd_common.h60 const SvdType& referenceSvd) in svd_compare_to_full() argument
70 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in svd_compare_to_full()
76referenceSvd.matrixV().leftCols(diagSize) * referenceSvd.singularValues().asDiagonal() * reference… in svd_compare_to_full()
83referenceSvd.matrixU().leftCols(diagSize) * referenceSvd.singularValues().cwiseAbs2().asDiagonal()… in svd_compare_to_full()
90 if(computationOptions & ComputeFullU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in svd_compare_to_full()
91 …if(computationOptions & ComputeThinU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().left… in svd_compare_to_full()
92 …if(computationOptions & ComputeFullV) VERIFY_IS_APPROX(svd.matrixV().cwiseAbs(), referenceSvd.mat… in svd_compare_to_full()
93 …if(computationOptions & ComputeThinV) VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().left… in svd_compare_to_full()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dsvd_common.h60 const SvdType& referenceSvd) in svd_compare_to_full() argument
70 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in svd_compare_to_full()
76referenceSvd.matrixV().leftCols(diagSize) * referenceSvd.singularValues().asDiagonal() * reference… in svd_compare_to_full()
83referenceSvd.matrixU().leftCols(diagSize) * referenceSvd.singularValues().cwiseAbs2().asDiagonal()… in svd_compare_to_full()
90 if(computationOptions & ComputeFullU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in svd_compare_to_full()
91 …if(computationOptions & ComputeThinU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().left… in svd_compare_to_full()
92 …if(computationOptions & ComputeFullV) VERIFY_IS_APPROX(svd.matrixV().cwiseAbs(), referenceSvd.mat… in svd_compare_to_full()
93 …if(computationOptions & ComputeThinV) VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().left… in svd_compare_to_full()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dsvd_common.h60 const SvdType& referenceSvd) in svd_compare_to_full() argument
70 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in svd_compare_to_full()
76referenceSvd.matrixV().leftCols(diagSize) * referenceSvd.singularValues().asDiagonal() * reference… in svd_compare_to_full()
83referenceSvd.matrixU().leftCols(diagSize) * referenceSvd.singularValues().cwiseAbs2().asDiagonal()… in svd_compare_to_full()
90 if(computationOptions & ComputeFullU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in svd_compare_to_full()
91 …if(computationOptions & ComputeThinU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().left… in svd_compare_to_full()
92 …if(computationOptions & ComputeFullV) VERIFY_IS_APPROX(svd.matrixV().cwiseAbs(), referenceSvd.mat… in svd_compare_to_full()
93 …if(computationOptions & ComputeThinV) VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().left… in svd_compare_to_full()
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dsvd_common.h60 const SvdType& referenceSvd) in svd_compare_to_full() argument
70 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in svd_compare_to_full()
76referenceSvd.matrixV().leftCols(diagSize) * referenceSvd.singularValues().asDiagonal() * reference… in svd_compare_to_full()
83referenceSvd.matrixU().leftCols(diagSize) * referenceSvd.singularValues().cwiseAbs2().asDiagonal()… in svd_compare_to_full()
90 if(computationOptions & ComputeFullU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in svd_compare_to_full()
91 …if(computationOptions & ComputeThinU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().left… in svd_compare_to_full()
92 …if(computationOptions & ComputeFullV) VERIFY_IS_APPROX(svd.matrixV().cwiseAbs(), referenceSvd.mat… in svd_compare_to_full()
93 …if(computationOptions & ComputeThinV) VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().left… in svd_compare_to_full()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dsvd_common.h60 const SvdType& referenceSvd) in svd_compare_to_full() argument
70 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in svd_compare_to_full()
76referenceSvd.matrixV().leftCols(diagSize) * referenceSvd.singularValues().asDiagonal() * reference… in svd_compare_to_full()
83referenceSvd.matrixU().leftCols(diagSize) * referenceSvd.singularValues().cwiseAbs2().asDiagonal()… in svd_compare_to_full()
90 if(computationOptions & ComputeFullU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in svd_compare_to_full()
91 …if(computationOptions & ComputeThinU) VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().left… in svd_compare_to_full()
92 …if(computationOptions & ComputeFullV) VERIFY_IS_APPROX(svd.matrixV().cwiseAbs(), referenceSvd.mat… in svd_compare_to_full()
93 …if(computationOptions & ComputeThinV) VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().left… in svd_compare_to_full()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/
H A Dsvd_common.h57 const SVD& referenceSvd) in svd_compare_to_full() argument
66 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in svd_compare_to_full()
68 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in svd_compare_to_full()
70 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().leftCols(diagSize)); in svd_compare_to_full()
72 VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV()); in svd_compare_to_full()
74 VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().leftCols(diagSize)); in svd_compare_to_full()
H A Djacobisvd.cpp22 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) in jacobisvd_compare_to_full() argument
24 …to_full<MatrixType, JacobiSVD<MatrixType, QRPreconditioner> >(m, computationOptions, referenceSvd); in jacobisvd_compare_to_full()
H A Dbdcsvd.cpp28 const BDCSVD<MatrixType>& referenceSvd) in bdcsvd_compare_to_full() argument
30 svd_compare_to_full< MatrixType, BDCSVD< MatrixType > >(m, computationOptions, referenceSvd); in bdcsvd_compare_to_full()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/
H A Dsvd_common.h57 const SVD& referenceSvd) in svd_compare_to_full() argument
66 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in svd_compare_to_full()
68 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in svd_compare_to_full()
70 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().leftCols(diagSize)); in svd_compare_to_full()
72 VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV()); in svd_compare_to_full()
74 VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().leftCols(diagSize)); in svd_compare_to_full()
H A Djacobisvd.cpp22 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) in jacobisvd_compare_to_full() argument
24 …to_full<MatrixType, JacobiSVD<MatrixType, QRPreconditioner> >(m, computationOptions, referenceSvd); in jacobisvd_compare_to_full()
H A Dbdcsvd.cpp28 const BDCSVD<MatrixType>& referenceSvd) in bdcsvd_compare_to_full() argument
30 svd_compare_to_full< MatrixType, BDCSVD< MatrixType > >(m, computationOptions, referenceSvd); in bdcsvd_compare_to_full()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/
H A Djacobisvd.cpp46 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) in jacobisvd_compare_to_full() argument
55 VERIFY_IS_APPROX(svd.singularValues(), referenceSvd.singularValues()); in jacobisvd_compare_to_full()
57 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in jacobisvd_compare_to_full()
59 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().leftCols(diagSize)); in jacobisvd_compare_to_full()
61 VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV()); in jacobisvd_compare_to_full()
63 VERIFY_IS_APPROX(svd.matrixV(), referenceSvd.matrixV().leftCols(diagSize)); in jacobisvd_compare_to_full()