Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FerhatMihoubi
dynare
Commits
fbd4e08c
Commit
fbd4e08c
authored
Aug 13, 2012
by
Sébastien Villemot
Browse files
Document why I don't use Eigen's QR decomposition
parent
a4e40340
Changes
1
Show whitespace changes
Inline
Side-by-side
mex/sources/estimation/libmat/QRDecomposition.hh
View file @
fbd4e08c
...
...
@@ -23,9 +23,12 @@
using
namespace
Eigen
;
#include <dynlapack.h>
/* Note that Eigen provides built-in QR decomposers (classes *HouseHolderQR).
However, we need to have our own because we need the ability to
left-multiply arbitrary matrices by Q, and this is not offered in a
convenient way by the Eigen classes. */
class
QRDecomposition
{
private:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment