mptensor
v0.3.0
Parallel Library for Tensor Network Methods
|
Test code for QR decomposition of matrix. More...
#include <cassert>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <vector>
#include <mptensor/mptensor.hpp>
#include "functions.hpp"
#include "mpi_tool.hpp"
#include "timer.hpp"
#include "typedef.hpp"
Namespaces | |
tests | |
Test codes for Tensor. | |
Functions | |
void | tests::test_qr_rank2 (const mpi_comm &comm, int L, std::ostream &ostrm) |
Test for TensorD::qr (Matrix version) More... | |
void | tests::test_qr_rank2_complex (const mpi_comm &comm, int L, std::ostream &ostrm) |
Test for TensorC::qr (Matrix version) More... | |
Test code for QR decomposition of matrix.