A small structure to hold a non zero as a triplet (i,j,value).
More...
#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/SparseCore/SparseUtil.h>
|
| Triplet () |
|
| Triplet (const StorageIndex &i, const StorageIndex &j, const Scalar &v=Scalar(0)) |
|
const StorageIndex & | row () const |
|
const StorageIndex & | col () const |
|
const Scalar & | value () const |
|
template<typename Scalar, typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
class Eigen::Triplet< Scalar, StorageIndex >
A small structure to hold a non zero as a triplet (i,j,value).
- See also
- SparseMatrix::setFromTriplets()
◆ Triplet() [1/2]
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
◆ Triplet() [2/2]
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
Eigen::Triplet< Scalar, StorageIndex >::Triplet |
( |
const StorageIndex & |
i, |
|
|
const StorageIndex & |
j, |
|
|
const Scalar & |
v = Scalar(0) |
|
) |
| |
|
inline |
◆ col()
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
const StorageIndex & Eigen::Triplet< Scalar, StorageIndex >::col |
( |
| ) |
const |
|
inline |
- Returns
- the column index of the element
◆ row()
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
const StorageIndex & Eigen::Triplet< Scalar, StorageIndex >::row |
( |
| ) |
const |
|
inline |
- Returns
- the row index of the element
◆ value()
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
- Returns
- the value of the element
◆ m_col
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
◆ m_row
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
◆ m_value
template<typename Scalar , typename StorageIndex = typename SparseMatrix<Scalar>::StorageIndex>
The documentation for this class was generated from the following file:
- /home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/SparseCore/SparseUtil.h