![]() |
CCCoreLib 31 May 2022
CloudCompare Core algorithms
|
This is the complete list of members for CCCoreLib::Jacobi< Scalar >, including all inherited members.
ComputeEigenValuesAndVectors(const SquareMatrix &matrix, SquareMatrix &eigenVectors, EigenValues &eigenValues, bool absoluteValues=true, unsigned maxIterationCount=50) | CCCoreLib::Jacobi< Scalar > | inlinestatic |
ComputeEigenValuesAndVectors2(const SquareMatrix &matrix, SquareMatrix &eigenVectors, EigenValues &eigenValues, unsigned maxIterationCount=50) | CCCoreLib::Jacobi< Scalar > | inlinestatic |
EigenValues typedef (defined in CCCoreLib::Jacobi< Scalar >) | CCCoreLib::Jacobi< Scalar > | |
GetEigenVector(const SquareMatrix &eigenVectors, unsigned index, Scalar eigenVector[]) | CCCoreLib::Jacobi< Scalar > | inlinestatic |
GetMaxEigenValueAndVector(const SquareMatrix &eigenVectors, const EigenValues &eigenValues, Scalar &maxEigenValue, Scalar maxEigenVector[]) | CCCoreLib::Jacobi< Scalar > | inlinestatic |
GetMinEigenValueAndVector(const SquareMatrix &eigenVectors, const EigenValues &eigenValues, Scalar &minEigenValue, Scalar minEigenVector[]) | CCCoreLib::Jacobi< Scalar > | inlinestatic |
SortEigenValuesAndVectors(SquareMatrix &eigenVectors, EigenValues &eigenValues) | CCCoreLib::Jacobi< Scalar > | inlinestatic |
SquareMatrix typedef (defined in CCCoreLib::Jacobi< Scalar >) | CCCoreLib::Jacobi< Scalar > |