Matrix class derived from Eigen::Matrix with additional MPQC integration.
More...
#include <mpqc/math/matrix.hpp>
|
| struct | Assignable |
| | An interface to enable matrix assignment from other containers. More...
|
| |
|
|
typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, Order > | EigenType |
| |
template<typename T, int Order = Eigen::ColMajor>
struct mpqc::matrix< T, Order >
Matrix class derived from Eigen::Matrix with additional MPQC integration.
◆ matrix()
template<typename T, int Order = Eigen::ColMajor>
Construct unititialized matrix.
- Parameters
-
| m | number of rows |
| n | number of columns |
- Warning
- NOT initialized to zeroes.
The documentation for this struct was generated from the following file: