Internal helper class representing a row-major dense matrix used for the QR method for the purpose of computing eigenvalues. More...
#include <qr-method.hpp>
Public Member Functions | |
FastMatrix () | |
FastMatrix (vcl_size_t sz, vcl_size_t internal_size) | |
SCALARTYPE & | operator() (int i, int j) |
SCALARTYPE * | row (int i) |
SCALARTYPE * | begin () |
SCALARTYPE * | end () |
Public Attributes | |
std::vector< SCALARTYPE > | data |
Internal helper class representing a row-major dense matrix used for the QR method for the purpose of computing eigenvalues.
Definition at line 193 of file qr-method.hpp.
|
inline |
Definition at line 196 of file qr-method.hpp.
|
inline |
Definition at line 201 of file qr-method.hpp.
|
inline |
Definition at line 216 of file qr-method.hpp.
|
inline |
Definition at line 221 of file qr-method.hpp.
|
inline |
Definition at line 206 of file qr-method.hpp.
|
inline |
Definition at line 211 of file qr-method.hpp.
std::vector<SCALARTYPE> viennacl::linalg::detail::FastMatrix< SCALARTYPE >::data |
Definition at line 226 of file qr-method.hpp.