Generic expression when we want to get the lower-part of a two-dimensional expression.
More...
|
| LowerTriangularizeOperator (Lhs const &lhs) |
| Constructor.
|
|
Lhs const & | lhs () const |
|
RowRange const & | rowsImpl () const |
|
ColRange const & | colsImpl () const |
|
TypeConst | elt2Impl (int i, int j) const |
|
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< LowerTriangularizeOperator< Lhs > >::Type const | wsum (ExprBase< Rhs > const &weights) const |
|
Type const | wsumSafe (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::Type const | wsumSafe (ExprBase< Rhs > const &weights) const |
|
Type const | wnorm (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::Type const | wnorm (ExprBase< Rhs > const &weights) const |
|
Type const | wnormSafe (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::Type const | wnormSafe (ExprBase< Rhs > const &weights) const |
|
Type const | wnorm2 (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::Type const | wnorm2 (ExprBase< Rhs > const &weights) const |
|
Type const | wnorm2Safe (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::Type const | wnorm2Safe (ExprBase< Rhs > const &weights) const |
|
Type const | wmean (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::Type const | wmean (ExprBase< Rhs > const &weights) const |
|
Type const | wmeanSafe (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::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< LowerTriangularizeOperator< Lhs > >::Type const | wvariance (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::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< LowerTriangularizeOperator< Lhs > >::Type const | wvarianceSafe (ExprBase< Rhs > const &weights) const |
|
hidden::Traits< LowerTriangularizeOperator< Lhs > >::Type const | wvarianceSafe (Type const &mean, ExprBase< Rhs > const &weights) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::equalOp_ >::Result const | operator== (ExprBase< Rhs > const &other) const |
|
UnaryOperator< EqualWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator== (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::notEqualOp_ >::Result const | operator!= (ExprBase< Rhs > const &other) const |
|
UnaryOperator< NotEqualWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator!= (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::greaterThanOp_ >::Result const | operator> (ExprBase< Rhs > const &other) const |
|
UnaryOperator< GreaterThanOp< Type >, LowerTriangularizeOperator< Lhs > > | operator> (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::lessThanOp_ >::Result const | operator< (ExprBase< Rhs > const &other) const |
|
UnaryOperator< LessThanOp< Type >, LowerTriangularizeOperator< Lhs > > | operator< (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::greaterThanOrEqualOp_ >::Result const | operator>= (ExprBase< Rhs > const &other) const |
|
UnaryOperator< GeqThanOp< Type >, LowerTriangularizeOperator< Lhs > > | operator>= (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::lessThanOrEqualOp_ >::Result const | operator<= (ExprBase< Rhs > const &other) const |
|
UnaryOperator< LeqThanOp< Type >, LowerTriangularizeOperator< Lhs > > | operator<= (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::sumOp_ >::Result const | operator+ (ExprBase< Rhs > const &other) const |
|
UnaryOperator< SumWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator+ (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::differenceOp_ >::Result const | operator- (ExprBase< Rhs > const &other) const |
|
UnaryOperator< OppositeOp< Type >, LowerTriangularizeOperator< Lhs > > | operator- () const |
|
UnaryOperator< DifferenceWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator- (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::productOp_ >::Result const | prod (ExprBase< Rhs > const &other) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::divisionOp_ >::Result const | operator/ (ExprBase< Rhs > const &other) const |
|
UnaryOperator< DivisionWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator/ (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::moduloOp_ >::Result const | operator% (ExprBase< Rhs > const &other) const |
|
UnaryOperator< ModuloWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator% (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::minOp_ >::Result const | min (ExprBase< Rhs > const &other) const |
|
UnaryOperator< MinWithOp< Type >, LowerTriangularizeOperator< Lhs > > | min (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::maxOp_ >::Result const | max (ExprBase< Rhs > const &other) const |
|
UnaryOperator< MaxWithOp< Type >, LowerTriangularizeOperator< Lhs > > | max (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::logicalAndOp_ >::Result const | operator&& (ExprBase< Rhs > const &other) const |
|
UnaryOperator< LogicalAndWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator&& (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::logicalOrOp_ >::Result const | operator|| (ExprBase< Rhs > const &other) const |
|
UnaryOperator< LogicalOrWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator|| (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::bitwiseAndOp_ >::Result const | operator& (ExprBase< Rhs > const &other) const |
|
UnaryOperator< BitwiseAndWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator& (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::bitwiseOrOp_ >::Result const | operator| (ExprBase< Rhs > const &other) const |
|
UnaryOperator< BitwiseOrWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator| (Type const &value) const |
|
hidden::OperatorSelector< LowerTriangularizeOperator< Lhs >, Rhs, Arrays::bitwiseXorOp_ >::Result const | operator^ (ExprBase< Rhs > const &other) const |
|
UnaryOperator< BitwiseXorWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator^ (Type const &value) const |
|
UnaryOperator< IsNaOp< Type >, LowerTriangularizeOperator< Lhs > > | isNA () const |
|
UnaryOperator< NegOp< Type >, LowerTriangularizeOperator< Lhs > > | neg () const |
|
UnaryOperator< IsFiniteOp< Type >, LowerTriangularizeOperator< Lhs > > | isFinite () const |
|
UnaryOperator< IsInfiniteOp< Type >, LowerTriangularizeOperator< Lhs > > | isInfinite () const |
|
UnaryOperator< AbsOp< Type >, LowerTriangularizeOperator< Lhs > > | abs () const |
|
UnaryOperator< ExpOp< Type >, LowerTriangularizeOperator< Lhs > > | exp () const |
|
UnaryOperator< LogOp< Type >, LowerTriangularizeOperator< Lhs > > | log () const |
|
UnaryOperator< SqrtOp< Type >, LowerTriangularizeOperator< Lhs > > | sqrt () const |
|
UnaryOperator< CosOp< Type >, LowerTriangularizeOperator< Lhs > > | cos () const |
|
UnaryOperator< SinOp< Type >, LowerTriangularizeOperator< Lhs > > | sin () const |
|
UnaryOperator< AcosOp< Type >, LowerTriangularizeOperator< Lhs > > | acos () const |
|
UnaryOperator< AsinOp< Type >, LowerTriangularizeOperator< Lhs > > | asin () const |
|
UnaryOperator< TanOp< Type >, LowerTriangularizeOperator< Lhs > > | tan () const |
|
UnaryOperator< InverseOp< Type >, LowerTriangularizeOperator< Lhs > > | inverse () const |
|
UnaryOperator< SquareOp< Type >, LowerTriangularizeOperator< Lhs > > | square () const |
|
UnaryOperator< CubeOp< Type >, LowerTriangularizeOperator< Lhs > > | cube () const |
|
UnaryOperator< ProductWithOp< Type >, LowerTriangularizeOperator< Lhs > > | operator* (Type const &value) const |
|
hidden::ProductSelector< LowerTriangularizeOperator< Lhs >, Rhs, hidden::Traits< LowerTriangularizeOperator< Lhs > >::structure_, hidden::Traits< Rhs >::structure_ >::ProductType const | operator* (ExprBase< Rhs > const &other) const |
|
UnaryOperator< PowOp< Type >, LowerTriangularizeOperator< Lhs > > | pow (Type const &value) const |
|
UnaryOperator< SafeInverseOp< Type >, LowerTriangularizeOperator< Lhs > > | safeInverse (Type const &value) const |
|
UnaryOperator< SafeOp< Type >, LowerTriangularizeOperator< Lhs > > const | safe (Type const value=Type()) const |
|
UnaryOperator< CastOp< Type, OtherType >, LowerTriangularizeOperator< Lhs > > const | cast () const |
|
UnaryOperator< Law::PdfOp< Type >, LowerTriangularizeOperator< Lhs > > | pdf (Law::IUnivLaw< Type > const &law) const |
| compute pdf values to this using distribution law given by user
|
|
UnaryOperator< Law::LogPdfOp< Type >, LowerTriangularizeOperator< Lhs > > | lpdf (Law::IUnivLaw< Type > const &law) const |
| compute log-pdf values to this using distribution law given by user
|
|
UnaryOperator< Law::CdfOp< Type >, LowerTriangularizeOperator< Lhs > > | cdf (Law::IUnivLaw< Type > const &law) const |
| compute cumulative distribution function of this using distribution law given by user
|
|
UnaryOperator< Law::LogCdfOp< Type >, LowerTriangularizeOperator< Lhs > > | lcdf (Law::IUnivLaw< Type > const &law) const |
| compute log-cumulative distribution function of this using distribution law given by user
|
|
UnaryOperator< Law::CdfcOp< Type >, LowerTriangularizeOperator< Lhs > > | cdfc (Law::IUnivLaw< Type > const &law) const |
| compute complementary cumulative distribution function of this using distribution law given by user
|
|
UnaryOperator< Law::LogCdfcOp< Type >, LowerTriangularizeOperator< Lhs > > | lcdfc (Law::IUnivLaw< Type > const &law) const |
| compute complementary cumulative distribution function of this using distribution law given by user
|
|
UnaryOperator< Law::IcdfOp< Type >, LowerTriangularizeOperator< Lhs > > | icdf (Law::IUnivLaw< Type > const &law) const |
| compute inverse cumulative distribution function using distribution law given by user
|
|
UnaryOperator< OtherOperator< Type >, LowerTriangularizeOperator< Lhs > > const | funct0 () const |
|
UnaryOperator< OtherOperator< Type >, LowerTriangularizeOperator< Lhs > > const | funct1 (Type const value) const |
|
TransposeOperator< LowerTriangularizeOperator< Lhs > > const | transpose () const |
|
DiagonalizeOperator< LowerTriangularizeOperator< Lhs > > const | diagonalize () const |
|
DiagonalGetterOperator< LowerTriangularizeOperator< Lhs > > const | getDiagonal () const |
|
UpperTriangularizeOperator< LowerTriangularizeOperator< Lhs > > const | upperTriangularize () const |
|
LowerTriangularizeOperator< LowerTriangularizeOperator< Lhs > > const | lowerTriangularize () const |
|
SymmetrizeOperator< LowerTriangularizeOperator< Lhs > > const | symmetrize () const |
|
UpperSymmetrizeOperator< LowerTriangularizeOperator< Lhs > > const | upperSymmetrize () const |
|
LowerSymmetrizeOperator< LowerTriangularizeOperator< Lhs > > const | lowerSymmetrize () const |
|
SubVectorOperator< LowerTriangularizeOperator< Lhs >, Size_ > const | sub (TRange< Size_ > const &I) const |
|
SubOperator< LowerTriangularizeOperator< Lhs >, SizeRows_, SizeCols_ > const | sub (TRange< SizeRows_ > const &I, TRange< SizeCols_ > const &J) const |
|
ColOperator< LowerTriangularizeOperator< Lhs > > const | col (int j) const |
|
SubOperator< LowerTriangularizeOperator< Lhs >, sizeRows_, Size_ > const | col (TRange< Size_ > const &J) const |
|
RowOperator< LowerTriangularizeOperator< Lhs > > const | row (int i) const |
|
SubOperator< LowerTriangularizeOperator< Lhs >, 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 |
|
template<
typename Lhs>
class STK::LowerTriangularizeOperator< Lhs >
Generic expression when we want to get the lower-part of a two-dimensional expression.
- Template Parameters
-
This class represents an expression where an LowerTriangularizeOperator operator is applied to an expression. It is the return type of the lowerTriangularize operation.
Most of the time, this is the only way that it is used, so you typically don't have to name LowerTriangularizeOperator type explicitly.
Definition at line 387 of file STK_ReshapeOperators.h.