Static Public Member Functions | Static Protected Member Functions | List of all members
Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType > Struct Template Reference

#include <SparseProduct.h>

Inheritance diagram for Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType >:
Inheritance graph
[legend]

Static Public Member Functions

template<typename Dest , typename ActualLhs >
static void addTo (Dest &dst, const ActualLhs &lhs, const Rhs &rhs, typename enable_if< is_same< typename evaluator_traits< Dest >::Shape, DenseShape >::value, int * >::type *=0)
 
template<typename Dest >
static void evalTo (Dest &dst, const Lhs &lhs, const Rhs &rhs)
 
template<typename Dest >
static void subTo (Dest &dst, const Lhs &lhs, const Rhs &rhs, typename enable_if< is_same< typename evaluator_traits< Dest >::Shape, DenseShape >::value, int * >::type *=0)
 

Static Protected Member Functions

template<typename Dest >
static void evalTo (Dest &dst, const Lhs &lhs, const Rhs &rhs, SparseShape)
 
template<typename Dest >
static void evalTo (Dest &dst, const Lhs &lhs, const Rhs &rhs, DenseShape)
 

Detailed Description

template<typename Lhs, typename Rhs, int ProductType>
struct Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType >

Definition at line 38 of file SparseProduct.h.

Member Function Documentation

template<typename Lhs , typename Rhs , int ProductType>
template<typename Dest , typename ActualLhs >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType >::addTo ( Dest &  dst,
const ActualLhs &  lhs,
const Rhs rhs,
typename enable_if< is_same< typename evaluator_traits< Dest >::Shape, DenseShape >::value, int * >::type *  = 0 
)
inlinestatic

Definition at line 48 of file SparseProduct.h.

template<typename Lhs , typename Rhs , int ProductType>
template<typename Dest >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType >::evalTo ( Dest &  dst,
const Lhs lhs,
const Rhs rhs 
)
inlinestatic

Definition at line 41 of file SparseProduct.h.

template<typename Lhs , typename Rhs , int ProductType>
template<typename Dest >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType >::evalTo ( Dest &  dst,
const Lhs lhs,
const Rhs rhs,
SparseShape   
)
inlinestaticprotected

Definition at line 69 of file SparseProduct.h.

template<typename Lhs , typename Rhs , int ProductType>
template<typename Dest >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType >::evalTo ( Dest &  dst,
const Lhs lhs,
const Rhs rhs,
DenseShape   
)
inlinestaticprotected

Definition at line 81 of file SparseProduct.h.

template<typename Lhs , typename Rhs , int ProductType>
template<typename Dest >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, SparseShape, ProductType >::subTo ( Dest &  dst,
const Lhs lhs,
const Rhs rhs,
typename enable_if< is_same< typename evaluator_traits< Dest >::Shape, DenseShape >::value, int * >::type *  = 0 
)
inlinestatic

Definition at line 60 of file SparseProduct.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:37