Home
last modified time | relevance | path

Searched defs:eivals (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h131 void matrix_function_partition_eigenvalues(const EivalsType& eivals, std::list<Cluster>& clusters) in matrix_function_partition_eigenvalues()
187 void matrix_function_compute_map(const EivalsType& eivals, const ListOfClusters& clusters, VectorTy… in matrix_function_compute_map()
/aosp_15_r20/external/eigen/doc/snippets/
H A DMatrixBase_eigenvalues.cpp2 VectorXcd eivals = ones.eigenvalues(); variable
H A DSelfAdjointView_eigenvalues.cpp2 VectorXd eivals = ones.selfadjointView<Lower>().eigenvalues(); variable