blockArrowLLT.h File Reference
#include <vector>
#include <Eigen/Core>
#include <jrl-qp/api.h>
#include <jrl-qp/defs.h>
Include dependency graph for blockArrowLLT.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 jrl
 
 jrl::qp
 
 jrl::qp::decomposition
 

Functions

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)