STK++ 0.9.13
STK::ArrayByDiagonalProduct< Lhs, Rhs > Class Template Reference

Generic expression where a product operator is applied to two expressions. More...

#include <STK_ProductOperators.h>

Inheritance diagram for STK::ArrayByDiagonalProduct< Lhs, Rhs >:
Inheritance graph

Public Types

enum  {
  structure_ = hidden::Traits<ArrayByDiagonalProduct>::structure_ , orient_ = hidden::Traits<ArrayByDiagonalProduct>::orient_ , sizeRows_ = hidden::Traits<ArrayByDiagonalProduct>::sizeRows_ , sizeCols_ = hidden::Traits<ArrayByDiagonalProduct>::sizeCols_ ,
  storage_ = hidden::Traits<ArrayByDiagonalProduct>::storage_
}
 
typedef ExprBase< ArrayByDiagonalProduct< Lhs, Rhs > > Base
 
typedef hidden::Traits< ArrayByDiagonalProduct >::Type Type
 
typedef hidden::Traits< ArrayByDiagonalProduct >::TypeConst TypeConst
 
typedef TRange< sizeRows_RowRange
 Type of the Range for the rows.
 
typedef TRange< sizeCols_ColRange
 Type of the Range for the columns.
 
- Public Types inherited from STK::ExprBase< ArrayByDiagonalProduct< Lhs, Rhs > >
enum  
 
typedef ITContainer< ArrayByDiagonalProduct< Lhs, Rhs >, structure_ > Base
 
typedef hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type Type
 
typedef hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::TypeConst TypeConst
 

Public Member Functions

 ArrayByDiagonalProduct (const Lhs &lhs, const Rhs &rhs)
 
RowRange constrowsImpl () const
 
ColRange constcolsImpl () const
 
TypeConst elt2Impl (int i, int j) const
 
TypeConst elt1Impl (int i) const
 
Lhs constlhs () const
 
Rhs constrhs () const
 
- Public Member Functions inherited from STK::ExprBase< ArrayByDiagonalProduct< Lhs, Rhs > >
Visitor::TypeConst visit (Visitor &visitor) const
 Visit the container using a constant visitor.
 
int count () const
 compute the value of non-zero element in an expression.
 
bool const any () const
 check if there is any non-zero element in an expression.
 
bool const all () const
 check if all the elements in an expression are not zero.
 
int nbAvailableValues () const
 
Type const minElt (int &row, int &col) const
 
Type const minElt (int &pos) const
 
Type const minElt () const
 
Type const minEltSafe (int &row, int &col) const
 
Type const minEltSafe (int &pos) const
 
Type const minEltSafe () const
 
Type const maxElt (int &row, int &col) const
 
Type const maxElt (int &pos) const
 
Type const maxElt () const
 
Type const maxEltSafe (int &row, int &col) const
 
Type const maxEltSafe (int &pos) const
 
Type const maxEltSafe () const
 
Type const sum () const
 
Type const sumSafe () const
 
Type const norm () const
 
Type const normSafe () const
 
Type const norm2 () const
 
Type const norm2Safe () const
 
Type const normInf () const
 
Type const mean () const
 
Type const meanSafe () const
 
Type const variance () const
 
Type const variance (Type const &mean) const
 
Type const varianceSafe () const
 
Type const varianceSafe (Type const &mean) const
 
Type const wsum (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wsum (ExprBase< Rhs > const &weights) const
 
Type const wsumSafe (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wsumSafe (ExprBase< Rhs > const &weights) const
 
Type const wnorm (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wnorm (ExprBase< Rhs > const &weights) const
 
Type const wnormSafe (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wnormSafe (ExprBase< Rhs > const &weights) const
 
Type const wnorm2 (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wnorm2 (ExprBase< Rhs > const &weights) const
 
Type const wnorm2Safe (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wnorm2Safe (ExprBase< Rhs > const &weights) const
 
Type const wmean (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wmean (ExprBase< Rhs > const &weights) const
 
Type const wmeanSafe (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wmeanSafe (ExprBase< Rhs > const &weights) const
 
Type const wvariance (ExprBase< Rhs > const &weights) const
 
Type const wvariance (Type const &mean, ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wvariance (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wvariance (Type const &mean, ExprBase< Rhs > const &weights) const
 
Type const wvarianceSafe (ExprBase< Rhs > const &weights) const
 
Type const wvarianceSafe (Type const &mean, ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wvarianceSafe (ExprBase< Rhs > const &weights) const
 
hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type const wvarianceSafe (Type const &mean, ExprBase< Rhs > const &weights) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::equalOp_ >::Result const operator== (ExprBase< Rhs > const &other) const
 
UnaryOperator< EqualWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator== (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::notEqualOp_ >::Result const operator!= (ExprBase< Rhs > const &other) const
 
UnaryOperator< NotEqualWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator!= (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::greaterThanOp_ >::Result const operator> (ExprBase< Rhs > const &other) const
 
UnaryOperator< GreaterThanOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator> (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::lessThanOp_ >::Result const operator< (ExprBase< Rhs > const &other) const
 
UnaryOperator< LessThanOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator< (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::greaterThanOrEqualOp_ >::Result const operator>= (ExprBase< Rhs > const &other) const
 
UnaryOperator< GeqThanOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator>= (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::lessThanOrEqualOp_ >::Result const operator<= (ExprBase< Rhs > const &other) const
 
UnaryOperator< LeqThanOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator<= (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::sumOp_ >::Result const operator+ (ExprBase< Rhs > const &other) const
 
UnaryOperator< SumWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator+ (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::differenceOp_ >::Result const operator- (ExprBase< Rhs > const &other) const
 
UnaryOperator< OppositeOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator- () const
 
UnaryOperator< DifferenceWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator- (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::productOp_ >::Result const prod (ExprBase< Rhs > const &other) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::divisionOp_ >::Result const operator/ (ExprBase< Rhs > const &other) const
 
UnaryOperator< DivisionWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator/ (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::moduloOp_ >::Result const operator% (ExprBase< Rhs > const &other) const
 
UnaryOperator< ModuloWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator% (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::minOp_ >::Result const min (ExprBase< Rhs > const &other) const
 
UnaryOperator< MinWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > min (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::maxOp_ >::Result const max (ExprBase< Rhs > const &other) const
 
UnaryOperator< MaxWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > max (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::logicalAndOp_ >::Result const operator&& (ExprBase< Rhs > const &other) const
 
UnaryOperator< LogicalAndWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator&& (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::logicalOrOp_ >::Result const operator|| (ExprBase< Rhs > const &other) const
 
UnaryOperator< LogicalOrWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator|| (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::bitwiseAndOp_ >::Result const operator& (ExprBase< Rhs > const &other) const
 
UnaryOperator< BitwiseAndWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator& (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::bitwiseOrOp_ >::Result const operator| (ExprBase< Rhs > const &other) const
 
UnaryOperator< BitwiseOrWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator| (Type const &value) const
 
hidden::OperatorSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, Arrays::bitwiseXorOp_ >::Result const operator^ (ExprBase< Rhs > const &other) const
 
UnaryOperator< BitwiseXorWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator^ (Type const &value) const
 
UnaryOperator< IsNaOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > isNA () const
 
UnaryOperator< NegOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > neg () const
 
UnaryOperator< IsFiniteOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > isFinite () const
 
UnaryOperator< IsInfiniteOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > isInfinite () const
 
UnaryOperator< AbsOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > abs () const
 
UnaryOperator< ExpOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > exp () const
 
UnaryOperator< LogOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > log () const
 
UnaryOperator< SqrtOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > sqrt () const
 
UnaryOperator< CosOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > cos () const
 
UnaryOperator< SinOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > sin () const
 
UnaryOperator< AcosOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > acos () const
 
UnaryOperator< AsinOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > asin () const
 
UnaryOperator< TanOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > tan () const
 
UnaryOperator< InverseOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > inverse () const
 
UnaryOperator< SquareOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > square () const
 
UnaryOperator< CubeOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > cube () const
 
UnaryOperator< ProductWithOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > operator* (Type const &value) const
 
hidden::ProductSelector< ArrayByDiagonalProduct< Lhs, Rhs >, Rhs, hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::structure_, hidden::Traits< Rhs >::structure_ >::ProductType const operator* (ExprBase< Rhs > const &other) const
 
UnaryOperator< PowOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > pow (Type const &value) const
 
UnaryOperator< SafeInverseOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > safeInverse (Type const &value) const
 
UnaryOperator< SafeOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > const safe (Type const value=Type()) const
 
UnaryOperator< CastOp< Type, OtherType >, ArrayByDiagonalProduct< Lhs, Rhs > > const cast () const
 
UnaryOperator< Law::PdfOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > pdf (Law::IUnivLaw< Type > const &law) const
 compute pdf values to this using distribution law given by user
 
UnaryOperator< Law::LogPdfOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > lpdf (Law::IUnivLaw< Type > const &law) const
 compute log-pdf values to this using distribution law given by user
 
UnaryOperator< Law::CdfOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > cdf (Law::IUnivLaw< Type > const &law) const
 compute cumulative distribution function of this using distribution law given by user
 
UnaryOperator< Law::LogCdfOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > lcdf (Law::IUnivLaw< Type > const &law) const
 compute log-cumulative distribution function of this using distribution law given by user
 
UnaryOperator< Law::CdfcOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > cdfc (Law::IUnivLaw< Type > const &law) const
 compute complementary cumulative distribution function of this using distribution law given by user
 
UnaryOperator< Law::LogCdfcOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > lcdfc (Law::IUnivLaw< Type > const &law) const
 compute complementary cumulative distribution function of this using distribution law given by user
 
UnaryOperator< Law::IcdfOp< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > icdf (Law::IUnivLaw< Type > const &law) const
 compute inverse cumulative distribution function using distribution law given by user
 
UnaryOperator< OtherOperator< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > const funct0 () const
 
UnaryOperator< OtherOperator< Type >, ArrayByDiagonalProduct< Lhs, Rhs > > const funct1 (Type const value) const
 
TransposeOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const transpose () const
 
DiagonalizeOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const diagonalize () const
 
DiagonalGetterOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const getDiagonal () const
 
UpperTriangularizeOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const upperTriangularize () const
 
LowerTriangularizeOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const lowerTriangularize () const
 
SymmetrizeOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const symmetrize () const
 
UpperSymmetrizeOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const upperSymmetrize () const
 
LowerSymmetrizeOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const lowerSymmetrize () const
 
SubVectorOperator< ArrayByDiagonalProduct< Lhs, Rhs >, Size_ > const sub (TRange< Size_ > const &I) const
 
SubOperator< ArrayByDiagonalProduct< Lhs, Rhs >, SizeRows_, SizeCols_ > const sub (TRange< SizeRows_ > const &I, TRange< SizeCols_ > const &J) const
 
ColOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const col (int j) const
 
SubOperator< ArrayByDiagonalProduct< Lhs, Rhs >, sizeRows_, Size_ > const col (TRange< Size_ > const &J) const
 
RowOperator< ArrayByDiagonalProduct< Lhs, Rhs > > const row (int i) const
 
SubOperator< ArrayByDiagonalProduct< Lhs, Rhs >, Size_, sizeCols_ > const row (TRange< Size_ > const &I) const
 
hidden::Promote< Type, typenameRhs::Type >::result_type const dot (ExprBase< Rhs > const &other) const
 
hidden::Promote< Type, typenameRhs::Type >::result_type const dotSafe (ExprBase< Rhs > const &other) const
 

Protected Attributes

Lhs constlhs_
 
Rhs constrhs_
 

Additional Inherited Members

- Static Public Member Functions inherited from STK::TRef< 1 >
static bool isRef ()
 
- Protected Member Functions inherited from STK::ExprBase< ArrayByDiagonalProduct< Lhs, Rhs > >
 ExprBase ()
 Default constructor.
 
 ~ExprBase ()
 destructor
 

Detailed Description

template<typename Lhs, typename Rhs>
class STK::ArrayByDiagonalProduct< Lhs, Rhs >

Generic expression where a product operator is applied to two expressions.

Template Parameters
Lhsleft-hand side type
Rhsright-hand side type

This class represents an expression where a product operator is applied to two expressions.

It is the return type of product operator when the left hand side expression is an array and the right and side expression is a diagonal expression.

Most of the time, this is the only way that it is used, so you typically don't have to name ArrayByDiagonalProduct types explicitly.

Template Parameters
Lhsthe type of the left-hand side array expression
Rhsthe type of the right-hand side diagonal expression

This class represents an expression where a product operator is applied to two expressions. The left hand Side can be of any kind, the Left Hand Side is a diagonal matrix or expression.

Definition at line 177 of file STK_ProductOperators.h.

Member Typedef Documentation

◆ Base

◆ ColRange

Type of the Range for the columns.

Definition at line 196 of file STK_ProductOperators.h.

◆ RowRange

Type of the Range for the rows.

Definition at line 194 of file STK_ProductOperators.h.

◆ Type

◆ TypeConst

Member Enumeration Documentation

◆ anonymous enum

Enumerator
structure_ 
orient_ 
sizeRows_ 
sizeCols_ 
storage_ 

Definition at line 185 of file STK_ProductOperators.h.

186 {
187 structure_ = hidden::Traits<ArrayByDiagonalProduct>::structure_,
188 orient_ = hidden::Traits<ArrayByDiagonalProduct>::orient_,
189 sizeRows_ = hidden::Traits<ArrayByDiagonalProduct>::sizeRows_,
190 sizeCols_ = hidden::Traits<ArrayByDiagonalProduct>::sizeCols_,
191 storage_ = hidden::Traits<ArrayByDiagonalProduct>::storage_
192 };

Constructor & Destructor Documentation

◆ ArrayByDiagonalProduct()

template<typename Lhs , typename Rhs >
STK::ArrayByDiagonalProduct< Lhs, Rhs >::ArrayByDiagonalProduct ( const Lhs lhs,
const Rhs rhs 
)
inline

Definition at line 198 of file STK_ProductOperators.h.

199 : Base(), lhs_(lhs), rhs_(rhs)
200 {
201 if (lhs.cols() != rhs.rows())
202 { STKRUNTIME_ERROR_NO_ARG(ArrayByDiagonalProduct, sizes mismatch);}
203 }
#define STKRUNTIME_ERROR_NO_ARG(Where, Error)
Definition STK_Macros.h:138
ExprBase< ArrayByDiagonalProduct< Lhs, Rhs > > Base

References STK::ArrayByDiagonalProduct< Lhs, Rhs >::lhs(), STK::ArrayByDiagonalProduct< Lhs, Rhs >::rhs(), and STKRUNTIME_ERROR_NO_ARG.

Member Function Documentation

◆ colsImpl()

template<typename Lhs , typename Rhs >
ColRange const & STK::ArrayByDiagonalProduct< Lhs, Rhs >::colsImpl ( ) const
inline
Returns
the columns range

Definition at line 207 of file STK_ProductOperators.h.

207{ return rhs_.cols();}

References STK::ArrayByDiagonalProduct< Lhs, Rhs >::rhs_.

◆ elt1Impl()

template<typename Lhs , typename Rhs >
TypeConst STK::ArrayByDiagonalProduct< Lhs, Rhs >::elt1Impl ( int  i) const
inline
Returns
ith element
Note
make sense if lhs_ is a diagonal matrix, in this case this operator is also a diagonal matrix.

Definition at line 215 of file STK_ProductOperators.h.

215{ return lhs_.elt(i)*rhs_.elt(i);}

References STK::ArrayByDiagonalProduct< Lhs, Rhs >::lhs_, and STK::ArrayByDiagonalProduct< Lhs, Rhs >::rhs_.

◆ elt2Impl()

template<typename Lhs , typename Rhs >
TypeConst STK::ArrayByDiagonalProduct< Lhs, Rhs >::elt2Impl ( int  i,
int  j 
) const
inline
Returns
the element (i,j)

Definition at line 210 of file STK_ProductOperators.h.

210{ return lhs_.elt(i,j)*rhs_.elt(j);}

References STK::ArrayByDiagonalProduct< Lhs, Rhs >::lhs_, and STK::ArrayByDiagonalProduct< Lhs, Rhs >::rhs_.

◆ lhs()

template<typename Lhs , typename Rhs >
Lhs const & STK::ArrayByDiagonalProduct< Lhs, Rhs >::lhs ( ) const
inline
Returns
the left hand side expression

Definition at line 218 of file STK_ProductOperators.h.

218{ return lhs_; }

References STK::ArrayByDiagonalProduct< Lhs, Rhs >::lhs_.

Referenced by STK::ArrayByDiagonalProduct< Lhs, Rhs >::ArrayByDiagonalProduct().

◆ rhs()

template<typename Lhs , typename Rhs >
Rhs const & STK::ArrayByDiagonalProduct< Lhs, Rhs >::rhs ( ) const
inline
Returns
the right hand side nested expression

Definition at line 220 of file STK_ProductOperators.h.

220{ return rhs_; }

References STK::ArrayByDiagonalProduct< Lhs, Rhs >::rhs_.

Referenced by STK::ArrayByDiagonalProduct< Lhs, Rhs >::ArrayByDiagonalProduct().

◆ rowsImpl()

template<typename Lhs , typename Rhs >
RowRange const & STK::ArrayByDiagonalProduct< Lhs, Rhs >::rowsImpl ( ) const
inline
Returns
the range of the rows

Definition at line 205 of file STK_ProductOperators.h.

205{ return lhs_.rows();}

References STK::ArrayByDiagonalProduct< Lhs, Rhs >::lhs_.

Member Data Documentation

◆ lhs_

◆ rhs_


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