Xped
|
This is the complete list of members for Xped::MatrixInterface, including all inherited members.
add(MT1 &&M1, MT2 &&M2) | Xped::MatrixInterface | static |
add(const Eigen::MatrixBase< DerivedL > &M1, const Eigen::MatrixBase< DerivedR > &M2) | Xped::MatrixInterface | inlinestatic |
add_to_block(MType< Scalar > &M1, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols, const MType< Scalar > &M2) | Xped::MatrixInterface | static |
add_to_block(Eigen::MatrixBase< Derived > &M1, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols, const Eigen::MatrixBase< Derived > &M2) | Xped::MatrixInterface | static |
add_to_block(Eigen::MatrixBase< Derived > &&M1, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols, const Eigen::MatrixBase< Derived > &M2) | Xped::MatrixInterface | static |
adjoint(MT &&M) | Xped::MatrixInterface | static |
adjoint(const Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | inlinestatic |
binaryFunc(MTL &&M_left, MTR &&M_right, const std::function< Scalar(Scalar, Scalar)> &func) | Xped::MatrixInterface | static |
binaryFunc(const Eigen::MatrixBase< Derived > &M_left, const Eigen::MatrixBase< OtherDerived > &M_right, const std::function< Scalar(Scalar, Scalar)> &func) | Xped::MatrixInterface | inlinestatic |
block(const MType< Scalar > &M, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols) | Xped::MatrixInterface | static |
block(const Eigen::MatrixBase< Derived > &M, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols) | Xped::MatrixInterface | inlinestatic |
block(Eigen::MatrixBase< Derived > &&M, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols) | Xped::MatrixInterface | inlinestatic |
block(Eigen::MatrixBase< Derived > &M, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols) | Xped::MatrixInterface | inlinestatic |
cMapMType typedef | Xped::MatrixInterface | |
cMapMType typedef | Xped::MatrixInterface | |
cMType typedef | Xped::MatrixInterface | |
cMType typedef | Xped::MatrixInterface | |
cols(const MType< Scalar > &M) | Xped::MatrixInterface | static |
cols(const Eigen::DenseBase< Derived > &M) | Xped::MatrixInterface | static |
construct(const MIndextype &rows, const MIndextype &cols, CTF::World &world) | Xped::MatrixInterface | static |
construct(const MIndextype &rows, const MIndextype &cols, const mpi::XpedWorld &) | Xped::MatrixInterface | static |
construct_with_zero(const MIndextype &rows, const MIndextype &cols, CTF::World &world) | Xped::MatrixInterface | static |
construct_with_zero(const MIndextype &rows, const MIndextype &cols, const mpi::XpedWorld &) | Xped::MatrixInterface | static |
diagBinaryFunc(MTL &&M_left, MTR &&M_right, const std::function< Scalar(Scalar, Scalar)> &func) | Xped::MatrixInterface | static |
diagBinaryFunc(const Eigen::MatrixBase< Derived > &M_left, const Eigen::MatrixBase< OtherDerived > &M_right, const std::function< Scalar(Scalar, Scalar)> &func) | Xped::MatrixInterface | inlinestatic |
diagUnaryFunc(MT &&M, const std::function< Scalar(Scalar)> &func) | Xped::MatrixInterface | static |
diagUnaryFunc(const Eigen::MatrixBase< Derived > &M, const std::function< Scalar(Scalar)> &func) | Xped::MatrixInterface | inlinestatic |
difference(MT1 &&M1, MT2 &&M2) | Xped::MatrixInterface | static |
difference(const Eigen::MatrixBase< DerivedL > &M1, const Eigen::MatrixBase< DerivedR > &M2) | Xped::MatrixInterface | inlinestatic |
eigh(MT &&M) | Xped::MatrixInterface | static |
eigh(const Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | static |
get_raw_data(const Eigen::Matrix< Scalar, -1, -1 > &M) | Xped::MatrixInterface | inlinestatic |
get_raw_data(Eigen::Matrix< Scalar, -1, -1 > &M) | Xped::MatrixInterface | inlinestatic |
getVal(const MType< Scalar > &M, const MIndextype &row, const MIndextype &col) | Xped::MatrixInterface | static |
getVal(const Eigen::DenseBase< Derived > &M, const MIndextype &row, const MIndextype &col) | Xped::MatrixInterface | static |
Identity(const MIndextype &rows, const MIndextype &cols, CTF::World &world) | Xped::MatrixInterface | static |
Identity(const MIndextype &rows, const MIndextype &cols, const mpi::XpedWorld &) | Xped::MatrixInterface | static |
kronecker_prod(MT1 &&M1, MT2 &&M2) | Xped::MatrixInterface | static |
kronecker_prod(const Eigen::MatrixBase< DerivedL > &M1, const Eigen::MatrixBase< DerivedR > &M2) | Xped::MatrixInterface | static |
MapMType typedef | Xped::MatrixInterface | |
MapMType typedef | Xped::MatrixInterface | |
maxCoeff(MT &&M, MIndextype &maxrow, MIndextype &maxcol) | Xped::MatrixInterface | static |
maxCoeff(const Eigen::MatrixBase< Derived > &M, MIndextype &maxrow, MIndextype &maxcol) | Xped::MatrixInterface | static |
maxNorm(MT &&M) | Xped::MatrixInterface | static |
maxNorm(const Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | static |
mexp(MT &&M) | Xped::MatrixInterface | static |
mexp(const Eigen::MatrixBase< Derived > &M, Scalar factor) | Xped::MatrixInterface | inlinestatic |
MIndextype typedef | Xped::MatrixInterface | |
MIndextype typedef | Xped::MatrixInterface | |
msqrt(MT &&M) | Xped::MatrixInterface | static |
msqrt(const Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | inlinestatic |
MType typedef | Xped::MatrixInterface | |
MType typedef | Xped::MatrixInterface | |
optimal_prod(const Scalar &scale, MatrixExpr1 &&M1, MatrixExpr2 &&M2, MatrixExpr3 &&M3, MatrixExprRes &Mres) | Xped::MatrixInterface | static |
optimal_prod(const Scalar &scale, const MatrixExpr1 &M1, const MatrixExpr2 &M2, const MatrixExpr3 &M3, MatrixExprRes &Mres) | Xped::MatrixInterface | static |
optimal_prod_add(const Scalar &scale, MatrixExpr1 &&M1, MatrixExpr2 &&M2, MatrixExpr3 &&M3, MatrixExprRes &Mres) | Xped::MatrixInterface | static |
optimal_prod_add(const Scalar &scale, const MatrixExpr1 &M1, const MatrixExpr2 &M2, const MatrixExpr3 &M3, MatrixExprRes &Mres) | Xped::MatrixInterface | static |
print(MT &&M) | Xped::MatrixInterface | static |
print(const Eigen::DenseBase< Derived > &M) | Xped::MatrixInterface | static |
prod(MT1 &&M1, MT2 &&M2) | Xped::MatrixInterface | static |
prod(const Eigen::MatrixBase< DerivedL > &M1, const Eigen::MatrixBase< DerivedR > &M2) | Xped::MatrixInterface | static |
qr(MT &&M) | Xped::MatrixInterface | static |
qr(const Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | static |
resize(MType< Scalar > &M, const MIndextype &new_rows, const MIndextype &new_cols) | Xped::MatrixInterface | static |
resize(MType< Scalar > &M, const MIndextype &new_rows, const MIndextype &new_cols) | Xped::MatrixInterface | static |
rows(const MType< Scalar > &M) | Xped::MatrixInterface | static |
rows(const Eigen::DenseBase< Derived > &M) | Xped::MatrixInterface | static |
scale(MType< Scalar > &M, const Scalar &val) | Xped::MatrixInterface | static |
scale(Eigen::MatrixBase< Derived > &M, const typename Derived::Scalar &val) | Xped::MatrixInterface | static |
set_block(Eigen::MatrixBase< Derived > &M1, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols, const Eigen::MatrixBase< Derived > &M2) | Xped::MatrixInterface | static |
set_block(Eigen::MatrixBase< Derived > &&M1, const MIndextype &row_off, const MIndextype &col_off, const MIndextype &rows, const MIndextype &cols, const Eigen::MatrixBase< Derived > &M2) | Xped::MatrixInterface | static |
setConstant(MType< Scalar > &M, const Scalar &val) | Xped::MatrixInterface | static |
setConstant(Eigen::MatrixBase< Derived > &M, const typename Derived::Scalar &val) | Xped::MatrixInterface | static |
setConstant(Eigen::MatrixBase< Derived > &&M, const typename Derived::Scalar &val) | Xped::MatrixInterface | static |
setIdentity(MType< Scalar > &M) | Xped::MatrixInterface | static |
setIdentity(Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | static |
setIdentity(Eigen::MatrixBase< Derived > &&M) | Xped::MatrixInterface | static |
setRandom(MType< Scalar > &M) | Xped::MatrixInterface | static |
setRandom(Eigen::MatrixBase< Derived > &M, std::mt19937 &engine) | Xped::MatrixInterface | static |
setRandom(Eigen::MatrixBase< Derived > &&M, std::mt19937 &engine) | Xped::MatrixInterface | static |
setVal(MType< Scalar > &M, const MIndextype row, const MIndextype col, const Scalar &val) | Xped::MatrixInterface | static |
setVal(Eigen::DenseBase< Derived > &M, const MIndextype &row, const MIndextype &col, typename Derived::Scalar val) | Xped::MatrixInterface | static |
setZero(MType< Scalar > &M) | Xped::MatrixInterface | static |
setZero(Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | static |
setZero(Eigen::MatrixBase< Derived > &&M) | Xped::MatrixInterface | static |
trace(MT &&M) | Xped::MatrixInterface | static |
trace(const Eigen::MatrixBase< Derived > &M) | Xped::MatrixInterface | static |
unaryFunc(MT &&M, const std::function< Scalar(Scalar)> &func) | Xped::MatrixInterface | static |
unaryFunc(const Eigen::MatrixBase< Derived > &M, const std::function< Scalar(typename Derived::Scalar)> &func) | Xped::MatrixInterface | inlinestatic |