|
mptensor v0.4.0
Parallel Library for Tensor Network Methods
|
Documentation of Matrix class interface. More...
Go to the source code of this file.
Namespaces | |
| namespace | mptensor |
| namespace | mptensor::matrix_interface |
| Nameclass for Matrix inteface. | |
Functions | |
| template<typename C > | |
| int | mptensor::matrix_interface::matrix_eigh (Matrix< C > &a, std::vector< double > &s) |
| Eigenvalues of a hermite (symmetric) matrix. | |
| template<typename C > | |
| int | mptensor::matrix_interface::matrix_solve (Matrix< C > &a, Matrix< C > &b) |
| Solve linear equation \( AX=B\). | |
| template<typename C > | |
| double | mptensor::matrix_interface::max (const Matrix< C > &a) |
| Return the maximum element. | |
| template<typename C > | |
| double | mptensor::matrix_interface::min (const Matrix< C > &a) |
| Return the minimum element. | |
| template<typename C > | |
| double | mptensor::matrix_interface::max_abs (const Matrix< C > &a) |
| Return the maximum of the absolute value of elements. | |
| template<typename C > | |
| double | mptensor::matrix_interface::min_abs (const Matrix< C > &a) |
| Return the minimum of the absolute value of elements. | |
Documentation of Matrix class interface.