mptensor
v0.3.0
Parallel Library for Tensor Network Methods
|
mptensor::Tensor< Matrix, C >::Tensor () | |
Default constructor of tensor. More... | |
mptensor::Tensor< Matrix, C >::Tensor (const Shape &) | |
Constructor of tensor. More... | |
mptensor::Tensor< Matrix, C >::Tensor (const comm_type &) | |
Constructor of tensor. More... | |
mptensor::Tensor< Matrix, C >::Tensor (const comm_type &, const Shape &) | |
Constructor of tensor. More... | |
mptensor::Tensor< Matrix, C >::Tensor (const comm_type &, const Shape &, size_t upper_rank) | |
Constructor of tensor. More... | |
mptensor::Tensor< Matrix, C >::Tensor (const comm_type &, const Tensor< lapack::Matrix, C > &) | |
Constructor of tensor from non-distributed tensor. More... | |
mptensor::Tensor< Matrix, C >::Tensor (const comm_type &, const std::vector< C > &) | |
Constructor of tensor from non-distributed vector. More... | |
mptensor::Tensor< Matrix, C >::Tensor |
Default constructor of tensor.
|
explicit |
Constructor of tensor.
[in] | comm | Communicator. |
mptensor::Tensor< Matrix, C >::Tensor | ( | const comm_type & | comm, |
const Shape & | shape | ||
) |
Constructor of tensor.
[in] | comm | Communicator. |
[in] | shape | Shape of tensor. |
rank/2
. mptensor::Tensor< Matrix, C >::Tensor | ( | const comm_type & | comm, |
const Shape & | shape, | ||
size_t | upper_rank | ||
) |
Constructor of tensor.
[in] | comm | Communicator. |
[in] | shape | Shape of tensor. |
[in] | upper_rank | Upper rank for matrix representation. |
mptensor::Tensor< Matrix, C >::Tensor | ( | const comm_type & | comm, |
const std::vector< C > & | v | ||
) |
Constructor of tensor from non-distributed vector.
[in] | comm | Communicator. |
[in] | v | Non-distributed vector. |
mptensor::Tensor< Matrix, C >::Tensor | ( | const comm_type & | comm, |
const Tensor< lapack::Matrix, C > & | t | ||
) |
Constructor of tensor from non-distributed tensor.
[in] | comm | Communicator. |
[in] | t | Non-distributed tensor. |
|
explicit |
Constructor of tensor.
[in] | shape | Shape of tensor. |
rank/2
.