proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
|
#include "proxsuite-nlp/linalg/block-kind.hpp"
Go to the source code of this file.
Namespaces | |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp |
namespace | proxsuite::nlp::linalg |
Specific linear algebra routines. | |
namespace | proxsuite::nlp::linalg::backend |
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 ) |