STK++ 0.9.13
|
Specialized interface class for all arrays (can be either 2D arrays or 1D arrays). More...
Inherited by STK::ExprBase< Array2D< Type_ > >, STK::ExprBase< Array2DDiagonal< Type_ > >, STK::ExprBase< Array2DLowerTriangular< Type_ > >, STK::ExprBase< Array2DNumber< Type_ > >, STK::ExprBase< Array2DPoint< Type_ > >, STK::ExprBase< Array2DSquare< Type_ > >, STK::ExprBase< Array2DUpperTriangular< Type_ > >, STK::ExprBase< Array2DVector< Type_ > >, STK::ExprBase< ArrayByArrayProduct< Lhs, Rhs > >, STK::ExprBase< ArrayByDiagonalProduct< Lhs, Rhs > >, STK::ExprBase< ArrayByVectorProduct< Lhs, Rhs > >, STK::ExprBase< BinaryOperator< FunctorOp, Lhs, Rhs > >, STK::ExprBase< CArray< Type_, SizeRows_, SizeCols_, Orient_ > >, STK::ExprBase< CArrayNumber< Type_, Orient_ > >, STK::ExprBase< CArrayPoint< Type_, SizeCols_, Orient_ > >, STK::ExprBase< CArraySquare< Type_, Size_, Orient_ > >, STK::ExprBase< CArrayVector< Type_, SizeRows_, Orient_ > >, STK::ExprBase< Array2DPoint< int > >, STK::ExprBase< ColAccessor< Lhs > >, STK::ExprBase< ColOperator< Lhs > >, STK::ExprBase< Array< Type_, SizeRows_, SizeCols_ > >, STK::ExprBase< Identity< Type_, Size_ > >, STK::ExprBase< LowerTriangular< Type_, SizeRows_, SizeCols_ > >, STK::ExprBase< Point< Type_, Size_ > >, STK::ExprBase< Square< Type_, Size_ > >, STK::ExprBase< UpperTriangular< Type_, SizeRows_, SizeCols_ > >, STK::ExprBase< Vector< Type_, Size_ > >, STK::ExprBase< DiagonalByArrayProduct< Lhs, Rhs > >, STK::ExprBase< DiagonalGetterAccessor< Lhs > >, STK::ExprBase< DiagonalGetterOperator< Lhs > >, STK::ExprBase< DiagonalizeAccessor< Lhs > >, STK::ExprBase< DiagonalizeOperator< Lhs > >, STK::ExprBase< DotProduct< Lhs, Rhs > >, STK::ExprBase< CArray< Real, SizeRows_, SizeCols_, Orient_ > >, STK::ExprBase< Array2DVector< Real > >, STK::ExprBase< LowerSymmetrizeAccessor< Lhs > >, STK::ExprBase< LowerSymmetrizeOperator< Lhs > >, STK::ExprBase< LowerTriangularizeAccessor< Lhs > >, STK::ExprBase< LowerTriangularizeOperator< Lhs > >, STK::ExprBase< PointByArrayProduct< Lhs, Rhs > >, STK::ExprBase< Array2DUpperTriangular< Real > >, STK::ExprBase< RowAccessor< Lhs > >, STK::ExprBase< RowOperator< Lhs > >, STK::ExprBase< SArray2D< Type_ > >, STK::ExprBase< SArray2DDiagonal< Type_ > >, STK::ExprBase< SArray2DLowerTriangular< Type_ > >, STK::ExprBase< SArray2DNumber< Type_ > >, STK::ExprBase< SArray2DPoint< Type_ > >, STK::ExprBase< SArray2DSquare< Type_ > >, STK::ExprBase< SArray2DUpperTriangular< Type_ > >, STK::ExprBase< SArray2DVector< Type_ > >, STK::ExprBase< SubAccessor< Lhs, SizeRows_, SizeCols_ > >, STK::ExprBase< SubOperator< Lhs, SizeRows_, SizeCols_ > >, STK::ExprBase< SubVectorAccessor< Lhs, Size_ > >, STK::ExprBase< SubVectorOperator< Lhs, Size_ > >, STK::ExprBase< CArraySquare< Type, Size_, Orient_ > >, STK::ExprBase< CArrayVector< Type, SizeRows_, Orient_ > >, STK::ExprBase< CArrayVector< int, SizeRows_, Orient_ > >, STK::ExprBase< SymmetrizeAccessor< Lhs > >, STK::ExprBase< SymmetrizeOperator< Lhs > >, STK::ExprBase< TransposeAccessor< Lhs > >, STK::ExprBase< TransposeOperator< Lhs > >, STK::ExprBase< UnaryOperator< UnaryOp, Lhs > >, STK::ExprBase< UpperSymmetrizeAccessor< Lhs > >, STK::ExprBase< UpperSymmetrizeOperator< Lhs > >, STK::ExprBase< UpperTriangularizeAccessor< Lhs > >, STK::ExprBase< UpperTriangularizeOperator< Lhs > >, STK::ExprBase< VectorByPointProduct< Lhs, Rhs > >, STK::ExprBase< VisitorByCol< Derived, Visitor > >, STK::ExprBase< VisitorByRow< Derived, Visitor > >, STK::ExprBase< Array2D< Real > >, STK::ExprBase< CArrayPoint< Type, SizeCols_, Orient_ > >, STK::ExprBase< CArrayPoint< Real, SizeCols_, Orient_ > >, STK::ExprBase< Array2D< Data::Type > >, STK::ExprBase< Array2DSquare< Real > >, STK::ExprBase< Array2DPoint< Real > >, STK::ExprBase< CArraySquare< Real, Size_, Orient_ > >, STK::ExprBase< Array2D< int > >, STK::ExprBase< CArrayVector< Real, SizeRows_, Orient_ > >, STK::ExprBase< Array2DDiagonal< Real > >, STK::ExprBase< Array2DVector< Type > >, STK::ExprBase< Array2DVector< int > >, STK::ExprBase< CArray< int, SizeRows_, SizeCols_, Orient_ > >, STK::ExprBase< CArrayPoint< int, SizeCols_, Orient_ > >, STK::ExprBase< CArrayPoint< STK::Array2DVector< Type >, SizeCols_, Orient_ > >, STK::ExprBase< CArrayPoint< Array2DVector< int >, SizeCols_, Orient_ > >, STK::ExprBase< CArrayPoint< EncodingMap, SizeCols_, Orient_ > >, and STK::ExprBase< CArrayPoint< DecodingMap, SizeCols_, Orient_ > >.
Specialized interface class for all arrays (can be either 2D arrays or 1D arrays).
An array have a mandatory structure given by STK::Arrays::Structure
Definition at line 341 of file STK_ITContainer.h.