MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
sfm::ba::SparseMatrix< T >::Triplet Struct Reference

Triplet with row/col index, and the actual value. More...

#include <ba_sparse_matrix.h>

Public Member Functions

 Triplet (std::size_t row, std::size_t col, T const &value)
 
 Triplet (void)=default
 

Public Attributes

std::size_t col
 
std::size_t row
 
value
 

Detailed Description

template<typename T>
struct sfm::ba::SparseMatrix< T >::Triplet

Triplet with row/col index, and the actual value.

Definition at line 32 of file ba_sparse_matrix.h.

Constructor & Destructor Documentation

◆ Triplet() [1/2]

template<typename T >
sfm::ba::SparseMatrix< T >::Triplet::Triplet ( void  )
default

◆ Triplet() [2/2]

template<typename T >
sfm::ba::SparseMatrix< T >::Triplet::Triplet ( std::size_t  row,
std::size_t  col,
T const &  value 
)

Definition at line 90 of file ba_sparse_matrix.h.

Member Data Documentation

◆ col

template<typename T >
std::size_t sfm::ba::SparseMatrix< T >::Triplet::col

Definition at line 38 of file ba_sparse_matrix.h.

◆ row

template<typename T >
std::size_t sfm::ba::SparseMatrix< T >::Triplet::row

Definition at line 37 of file ba_sparse_matrix.h.

◆ value

template<typename T >
T sfm::ba::SparseMatrix< T >::Triplet::value

Definition at line 39 of file ba_sparse_matrix.h.


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