mptensor v0.4.0
Parallel Library for Tensor Network Methods
Loading...
Searching...
No Matches
matrix_interface_doc.hpp File Reference

Documentation of Matrix class interface. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Documentation of Matrix class interface.

Author
Satoshi Morita morit.nosp@m.a@is.nosp@m.sp.u-.nosp@m.toky.nosp@m.o.ac..nosp@m.jp