TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | List of all members
Eigen::internal::traits< BlockSparseMatrixView< BlockSparseMatrixT > > Struct Template Reference

#include <BlockSparseMatrix.h>

Public Types

typedef Ref< Matrix< typename BlockSparseMatrixT::Scalar, BlockSparseMatrixT::BlockSize, BlockSparseMatrixT::BlockSize > > Scalar
 
typedef Ref< Matrix< typename BlockSparseMatrixT::RealScalar, BlockSparseMatrixT::BlockSize, BlockSparseMatrixT::BlockSize > > RealScalar
 

Member Typedef Documentation

◆ RealScalar

template<typename BlockSparseMatrixT >
typedef Ref<Matrix<typename BlockSparseMatrixT::RealScalar, BlockSparseMatrixT::BlockSize, BlockSparseMatrixT::BlockSize> > Eigen::internal::traits< BlockSparseMatrixView< BlockSparseMatrixT > >::RealScalar

◆ Scalar

template<typename BlockSparseMatrixT >
typedef Ref<Matrix<typename BlockSparseMatrixT::Scalar, BlockSparseMatrixT::BlockSize, BlockSparseMatrixT::BlockSize> > Eigen::internal::traits< BlockSparseMatrixView< BlockSparseMatrixT > >::Scalar

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