proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::proxqp::sparse::Ldlt< T, I > Struct Template Reference

#include <proxsuite/proxqp/sparse/workspace.hpp>

Collaboration diagram for proxsuite::proxqp::sparse::Ldlt< T, I >:
[legend]

Public Attributes

proxsuite::linalg::veg::Vec< I > etree
 
proxsuite::linalg::veg::Vec< I > perm
 
proxsuite::linalg::veg::Vec< I > perm_inv
 
proxsuite::linalg::veg::Vec< I > col_ptrs
 
proxsuite::linalg::veg::Vec< I > nnz_counts
 
proxsuite::linalg::veg::Vec< I > row_indices
 
proxsuite::linalg::veg::Vec< T > values
 

Detailed Description

template<typename T, typename I>
struct proxsuite::proxqp::sparse::Ldlt< T, I >

Definition at line 107 of file workspace.hpp.

Member Data Documentation

◆ etree

template<typename T , typename I >
proxsuite::linalg::veg::Vec<I> proxsuite::proxqp::sparse::Ldlt< T, I >::etree

Definition at line 109 of file workspace.hpp.

◆ perm

template<typename T , typename I >
proxsuite::linalg::veg::Vec<I> proxsuite::proxqp::sparse::Ldlt< T, I >::perm

Definition at line 110 of file workspace.hpp.

◆ perm_inv

template<typename T , typename I >
proxsuite::linalg::veg::Vec<I> proxsuite::proxqp::sparse::Ldlt< T, I >::perm_inv

Definition at line 111 of file workspace.hpp.

◆ col_ptrs

template<typename T , typename I >
proxsuite::linalg::veg::Vec<I> proxsuite::proxqp::sparse::Ldlt< T, I >::col_ptrs

Definition at line 112 of file workspace.hpp.

◆ nnz_counts

template<typename T , typename I >
proxsuite::linalg::veg::Vec<I> proxsuite::proxqp::sparse::Ldlt< T, I >::nnz_counts

Definition at line 113 of file workspace.hpp.

◆ row_indices

template<typename T , typename I >
proxsuite::linalg::veg::Vec<I> proxsuite::proxqp::sparse::Ldlt< T, I >::row_indices

Definition at line 114 of file workspace.hpp.

◆ values

template<typename T , typename I >
proxsuite::linalg::veg::Vec<T> proxsuite::proxqp::sparse::Ldlt< T, I >::values

Definition at line 115 of file workspace.hpp.


The documentation for this struct was generated from the following file: