mptensor  v0.3.0
Parallel Library for Tensor Network Methods
matrix_interface_doc.hpp File Reference

Documentation of Matrix class interface. More...

Go to the source code of this file.

Namespaces

 mptensor
 
 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. More...
 
template<typename C >
int mptensor::matrix_interface::matrix_solve (Matrix< C > &a, Matrix< C > &b)
 Solve linear equation \( AX=B\). More...
 
template<typename C >
double mptensor::matrix_interface::max (const Matrix< C > &a)
 Return the maximum element. More...
 
template<typename C >
double mptensor::matrix_interface::min (const Matrix< C > &a)
 Return the minimum element. More...
 
template<typename C >
double mptensor::matrix_interface::max_abs (const Matrix< C > &a)
 Return the maximum of the absolute value of elements. More...
 
template<typename C >
double mptensor::matrix_interface::min_abs (const Matrix< C > &a)
 Return the minimum of the absolute value of elements. More...
 

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