Logo
Explore Help
Sign In
devtools/eigen
1
0
Fork 0
You've already forked eigen
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-04-10 11:34:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
5da60897abba95e4b0c9928dce0f1f18efab4580
eigen/Eigen/QR

14 lines
195 B
Plaintext
Raw Normal View History

Added Triangular expression to extract upper or lower (strictly or not) part of a matrix. Triangular also provide an optimised method for forward and backward substitution. Further optimizations regarding assignments and products might come later. Updated determinant() to take into account triangular matrices. Started the QR module with a QR decompostion algorithm. Help needed to build a QR algorithm (eigen solver) based on it.
2008-04-26 18:26:05 +00:00
#ifndef EIGEN_QR_MODULE_H
#define EIGEN_QR_MODULE_H
#include "Core"
namespace Eigen {
-fix certain #includes -fix CMakeLists, public headers weren't getting installed
2008-05-12 21:15:17 +00:00
#include "src/QR/QR.h"
#include "src/QR/EigenSolver.h"
Added Triangular expression to extract upper or lower (strictly or not) part of a matrix. Triangular also provide an optimised method for forward and backward substitution. Further optimizations regarding assignments and products might come later. Updated determinant() to take into account triangular matrices. Started the QR module with a QR decompostion algorithm. Help needed to build a QR algorithm (eigen solver) based on it.
2008-04-26 18:26:05 +00:00
} // namespace Eigen
#endif // EIGEN_QR_MODULE_H
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 151ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API