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.
我正在尝试使用 C++ 中的 Alglib 库制作一个二维矩阵数组来计算特征值,但我找不到如何制作一个矩阵数组(如果可能的话)来计算它们的特征值。我知道如何计算 1 个矩阵的特征值和特征向量,但同时对于其中的几个,我不知道。谁能帮我?