Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eigen::EigenSolver对类对象起作用吗SparseMatrix?特别是,我正在使用 RcppEigen。
Eigen::EigenSolver
SparseMatrix
其次,使用哪种算法?它是否与 EISPACK、LAPACK、Wilkinson (1965) 等中的 QR 算法相同?