Header wrapper for qr_base.h. More...
#include <o2scl/err_hnd.h>
#include <o2scl/permutation.h>
#include <o2scl/cblas.h>
#include <o2scl/householder.h>
#include <o2scl/givens.h>
#include <armadillo>
#include <eigen3/Eigen/Dense>
Go to the source code of this file.
Namespaces | |
o2scl_linalg | |
The namespace for linear algebra classes and functions. | |
o2scl_linalg_bracket | |
The namespace for linear algebra classes and functions with operator() | |
Macros | |
#define | O2SCL_IX(V, i) V[i] |
#define | O2SCL_IX2(M, i, j) M(i,j) |
#define | O2SCL_IX(V, i) V[i] |
#define | O2SCL_IX2(M, i, j) M[i][j] |
Functions | |
template<> | |
void | o2scl_linalg::QR_decomp_unpack< arma::mat, arma::mat, arma::mat > (const size_t M, const size_t N, arma::mat &A, arma::mat &Q, arma::mat &R) |
Armadillo specialization of QR_decomp_unpack(). | |
template<> | |
void | o2scl_linalg::QR_decomp_unpack< Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd > (const size_t M, const size_t N, Eigen::MatrixXd &A, Eigen::MatrixXd &Q, Eigen::MatrixXd &R) |
Eigen specialization of QR_decomp_unpack(). | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).