proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::linalg::sparse::SymbolicMatMut< I > Struct Template Reference

#include <proxsuite/linalg/sparse/core.hpp>

Inheritance diagram for proxsuite::linalg::sparse::SymbolicMatMut< I >:
[legend]
Collaboration diagram for proxsuite::linalg::sparse::SymbolicMatMut< I >:
[legend]

Public Member Functions

 SymbolicMatMut (FromRawParts, isize nrows, isize ncols, isize nnz, I *col_ptrs, I *nnz_per_col, I *row_indices)
 
auto as_const () const noexcept -> SymbolicMatRef< I >
 
- Public Member Functions inherited from proxsuite::linalg::sparse::_detail::SymbolicMatMutInterface< D, I >
auto col_ptrs_mut () noexcept -> I *
 
auto nnz_per_col_mut () noexcept -> I *
 
auto row_indices_mut () noexcept -> I *
 
- Public Member Functions inherited from proxsuite::linalg::sparse::_detail::SymbolicMatRefInterface< D, I >
auto nrows () const noexcept -> isize
 
auto ncols () const noexcept -> isize
 
auto nnz () const noexcept -> isize
 
auto col_ptrs () const noexcept -> I const *
 
auto nnz_per_col () const noexcept -> I const *
 
auto is_compressed () const noexcept -> bool
 
auto row_indices () const noexcept -> I const *
 
auto col_start (usize j) const noexcept -> usize
 
auto col_start_unchecked (Unsafe, usize j) const noexcept -> usize
 
auto col_end (usize j) const noexcept -> usize
 
auto col_end_unchecked (Unsafe, usize j) const noexcept -> usize
 

Friends

struct _detail::SymbolicMatRefInterface< SymbolicMatMut, I >
 
struct _detail::SymbolicMatMutInterface< SymbolicMatMut, I >
 

Detailed Description

template<typename I = isize>
struct proxsuite::linalg::sparse::SymbolicMatMut< I >

Definition at line 345 of file core.hpp.

Constructor & Destructor Documentation

◆ SymbolicMatMut()

template<typename I = isize>
proxsuite::linalg::sparse::SymbolicMatMut< I >::SymbolicMatMut ( FromRawParts ,
isize nrows,
isize ncols,
isize nnz,
I * col_ptrs,
I * nnz_per_col,
I * row_indices )
inline

Definition at line 349 of file core.hpp.

Member Function Documentation

◆ as_const()

template<typename I = isize>
auto proxsuite::linalg::sparse::SymbolicMatMut< I >::as_const ( ) const -> SymbolicMatRef<I>
inlinenoexcept

Definition at line 362 of file core.hpp.

Friends And Related Symbol Documentation

◆ _detail::SymbolicMatRefInterface< SymbolicMatMut, I >

Definition at line 341 of file core.hpp.

◆ _detail::SymbolicMatMutInterface< SymbolicMatMut, I >

Definition at line 341 of file core.hpp.

Member Data Documentation

◆ nrows

template<typename I = isize>
isize proxsuite::linalg::sparse::SymbolicMatMut< I >::nrows

Definition at line 373 of file core.hpp.

◆ ncols

template<typename I = isize>
isize proxsuite::linalg::sparse::SymbolicMatMut< I >::ncols

Definition at line 374 of file core.hpp.

◆ nnz

template<typename I = isize>
isize proxsuite::linalg::sparse::SymbolicMatMut< I >::nnz

Definition at line 375 of file core.hpp.

◆ col

template<typename I = isize>
I* proxsuite::linalg::sparse::SymbolicMatMut< I >::col

Definition at line 376 of file core.hpp.

◆ nnz_per_col

template<typename I = isize>
I* proxsuite::linalg::sparse::SymbolicMatMut< I >::nnz_per_col

Definition at line 377 of file core.hpp.

◆ row

template<typename I = isize>
I* proxsuite::linalg::sparse::SymbolicMatMut< I >::row

Definition at line 378 of file core.hpp.


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