TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
sparse_block.cpp File Reference
#include "sparse.h"
#include "AnnoyingScalar.h"

Functions

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

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( sparse_block  )

◆ innervec() [1/2]

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

◆ innervec() [2/2]

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

◆ sparse_block()

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