|
| | matrix (size_t m, size_t n) |
| | Construct unititialized matrix.
|
| |
|
template<class A > |
| | matrix (const Eigen::EigenBase< A > &a) |
| | Construct matrix from Eigen type.
|
| |
|
| matrix (sc::RefSCMatrix a) |
| | Construct matrix from sc::RefSCMatrix matrix.
|
| |
|
| matrix (const sc::RefSymmSCMatrix &a) |
| | Construct full matrix from sc::RefSCMatrix matrix.
|
| |
|
| matrix (const Assignable &a) |
| | Constructs matrix from an Assignable container.
|
| |
|
Type | operator() (i, j) |
| | Operators to access matrix element/block, see here.
|
| |
|
void | reshape (int m, int n) |
| |
template<typename T, int Order = Eigen::ColMajor>
struct mpqc::matrix< T, Order >
Matrix class derived from Eigen::Matrix with additional MPQC integration.