Public Types

internal::matrix_type_times_scalar_type< OtherScalarType, MatrixType > Struct Template Reference

#include <HouseholderSequence.h>

List of all members.

Public Types

typedef scalar_product_traits
< OtherScalarType, typename
MatrixType::Scalar >
::ReturnType 
ResultScalar
typedef Matrix< ResultScalar,
MatrixType::RowsAtCompileTime,
MatrixType::ColsAtCompileTime,
0, MatrixType::MaxRowsAtCompileTime,
MatrixType::MaxColsAtCompileTime > 
Type

template<typename OtherScalarType, typename MatrixType>
struct internal::matrix_type_times_scalar_type< OtherScalarType, MatrixType >


Member Typedef Documentation

template<typename OtherScalarType, typename MatrixType>
typedef scalar_product_traits<OtherScalarType, typename MatrixType::Scalar>::ReturnType internal::matrix_type_times_scalar_type< OtherScalarType, MatrixType >::ResultScalar
template<typename OtherScalarType, typename MatrixType>
typedef Matrix<ResultScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime, 0, MatrixType::MaxRowsAtCompileTime, MatrixType::MaxColsAtCompileTime> internal::matrix_type_times_scalar_type< OtherScalarType, MatrixType >::Type

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