Functions
sparse_block.cpp File Reference
#include "sparse.h"
#include "AnnoyingScalar.h"
Include dependency graph for sparse_block.cpp:

Go to the source code of this file.

Functions

 EIGEN_DECLARE_TEST (sparse_block)
 
template<typename T >
Eigen::internal::enable_if<(T::Flags &RowMajorBit)==RowMajorBit, typename T::RowXpr >::type innervec (T &A, Index i)
 
template<typename T >
Eigen::internal::enable_if<(T::Flags &RowMajorBit)==0, typename T::ColXpr >::type innervec (T &A, Index i)
 
template<typename SparseMatrixType >
void sparse_block (const SparseMatrixType &ref)
 

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( sparse_block  )

Definition at line 293 of file sparse_block.cpp.

◆ innervec() [1/2]

template<typename T >
Eigen::internal::enable_if<(T::Flags&RowMajorBit)==RowMajorBit, typename T::RowXpr>::type innervec ( T A,
Index  i 
)

Definition at line 15 of file sparse_block.cpp.

◆ innervec() [2/2]

template<typename T >
Eigen::internal::enable_if<(T::Flags&RowMajorBit)==0, typename T::ColXpr>::type innervec ( T A,
Index  i 
)

Definition at line 22 of file sparse_block.cpp.

◆ sparse_block()

template<typename SparseMatrixType >
void sparse_block ( const SparseMatrixType &  ref)

Definition at line 27 of file sparse_block.cpp.



gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:06