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

Go to the source code of this file.

Functions

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)
 
void test_sparse_block ()
 

Function Documentation

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

Definition at line 14 of file sparse_block.cpp.

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

Definition at line 21 of file sparse_block.cpp.

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

Definition at line 26 of file sparse_block.cpp.

void test_sparse_block ( )

Definition at line 291 of file sparse_block.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:40