linear-library
Loading...
Searching...
No Matches
include
linear-algebra
QR
QR.hpp
Go to the documentation of this file.
1
#include <vector>
2
3
class
QR
4
{
5
private
:
6
/* data */
7
public
:
8
QR
(
/* args */
);
9
~QR
();
10
std::vector<double>
vectorSolve
(std::vector<double> b);
11
12
};
QR
Definition
QR.hpp:4
QR::~QR
~QR()
QR::QR
QR()
QR::vectorSolve
std::vector< double > vectorSolve(std::vector< double > b)
Generated by
1.9.8