#include "proxsuite-nlp/linalg/block-kind.hpp"
Go to the source code of this file.
Namespaces | |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp::linalg |
Specific linear algebra routines. | |
Macros | |
#define | PROXSUITE_NLP_GEMMT_SIGNATURE(Scalar, dst, lhs, rhs, alpha) |
Functions | |
template<typename Scalar, typename DstDerived, typename LhsDerived, typename RhsDerived> | |
void | proxsuite::nlp::linalg::backend::gemmt (Eigen::MatrixBase< DstDerived > &dst, Eigen::MatrixBase< LhsDerived > const &lhs, Eigen::MatrixBase< RhsDerived > const &rhs, BlockKind lhs_kind, BlockKind rhs_kind, Scalar alpha) |
Definition in file gemmt.hpp.
#define PROXSUITE_NLP_GEMMT_SIGNATURE | ( | Scalar, | |
dst, | |||
lhs, | |||
rhs, | |||
alpha ) |
|
inline |