triBlockDiagLLT.h File Reference
#include <vector>
#include <Eigen/Core>
#include <jrl-qp/api.h>
#include <jrl-qp/defs.h>
Include dependency graph for triBlockDiagLLT.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::triBlockDiagLLT (const std::vector< MatrixRef > &diag, const std::vector< MatrixRef > &subDiag)
 
JRLQP_DLLAPI void jrl::qp::decomposition::triBlockDiagLSolve (const std::vector< MatrixRef > &diag, const std::vector< MatrixRef > &subDiag, MatrixRef M, int start=0)
 
JRLQP_DLLAPI void jrl::qp::decomposition::triBlockDiagLTransposeSolve (const std::vector< MatrixRef > &diag, const std::vector< MatrixRef > &subDiag, MatrixRef M, int end=-1)