#include <vector>
#include <Eigen/Core>
#include <jrl-qp/api.h>
#include <jrl-qp/defs.h>
Go to the source code of this file.
|
JRLQP_DLLAPI bool | jrl::qp::decomposition::blockArrowLLT (const std::vector< MatrixRef > &diag, const std::vector< MatrixRef > &side, bool up=false) |
|
JRLQP_DLLAPI void | jrl::qp::decomposition::blockArrowLSolve (const std::vector< MatrixRef > &diag, const std::vector< MatrixRef > &side, bool up, MatrixRef M, int start=0, int end=-1) |
|
JRLQP_DLLAPI void | jrl::qp::decomposition::blockArrowLTransposeSolve (const std::vector< MatrixRef > &diag, const std::vector< MatrixRef > &side, bool up, MatrixRef M, int start=0, int end=-1) |
|