This forum has been archived. All content is frozen. Please use KDE Discuss instead.

a general solution for linear functions

Tags: None
(comma "," separated)
lwc
Registered Member
Posts
1
Karma
0
I am new to Eigen. So i wonder whether Eigen offers any function to solve general linear functions with the form: Ax = b.
User avatar
ggael
Moderator
Posts
3447
Karma
19
OS
The relevant entry in the manual:

http://eigen.tuxfamily.org/dox-devel/gr ... apter.html

if A is squared: b = A.lu().solve(b);

Least-square solving with QR: b = A.householderQr().solve(b);

and there are many more options..


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]