Implement a QR solver wrapper
This commit is contained in:
parent
bb5d739e5d
commit
bb47b07422
10 changed files with 90 additions and 6 deletions
|
|
@ -63,6 +63,8 @@ class ROTGEN_EXPORT CLASSNAME
|
|||
TYPE norm() const;
|
||||
TYPE lpNorm(int p) const;
|
||||
|
||||
SOURCENAME qr_solve(CLASSNAME const& rhs) const;
|
||||
|
||||
#if !defined(USE_CONST)
|
||||
TYPE& operator()(Index i, Index j);
|
||||
TYPE& operator()(Index i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue