| addElement(IndexType row, IndexType column, const RealType &value, const RealType &thisElementMultiplicator=1.0) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | addMatrix(const Matrix &matrix, const RealType &matrixMultiplicator=1.0, const RealType &thisMatrixMultiplicator=1.0, TransposeState transpose=TransposeState::None) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | Base typedef (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | bind(IndexType rows, IndexType columns, typename Base::ValuesViewType values, SegmentsViewType segments) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::bind(IndexType rows, IndexType columns, ValuesViewType values) | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > | protected | 
  | ConstRowView typedef | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | ConstValuesViewType typedef | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | DenseMatrixBase()=default | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | DenseMatrixBase(IndexType rows, IndexType columns, typename Base::ValuesViewType values) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | DenseMatrixBase(const DenseMatrixBase &matrix)=default | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | DenseMatrixBase(DenseMatrixBase &&matrix) noexcept=default | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | DeviceType typedef | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forAllElements(Function &&function) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forAllElements(Function &&function) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forAllRows(Function &&function) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forAllRows(Function &&function) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forElements(IndexType begin, IndexType end, Function &&function) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forElements(IndexType begin, IndexType end, Function &&function) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forRows(IndexType begin, IndexType end, Function &&function) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | forRows(IndexType begin, IndexType end, Function &&function) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getAllocatedElementsCount() const | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | getColumns() const | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | getCompressedRowLengths(Vector &rowLengths) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getElement(IndexType row, IndexType column) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getElementIndex(IndexType row, IndexType column) const (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | getNonzeroElementsCount() const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getOrganization() | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > | inlinestatic | 
  | getRow(IndexType rowIdx) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getRow(IndexType rowIdx) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getRowCapacities(Vector &rowCapacities) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getRowCapacity(IndexType row) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | getRows() const | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | getSerializationType() | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | static | 
  | getValues() const | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | getValues() | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | IndexType typedef | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | isBinary() | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > | inlinestatic | 
  | isSymmetric() | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > | inlinestatic | 
  | MatrixBase()=default | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | MatrixBase(IndexType rows, IndexType columns, ValuesViewType values) | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | MatrixBase(const MatrixBase &view)=default | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | MatrixBase(MatrixBase &&view) noexcept=default | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | operator!=(const DenseMatrixBase< Real_, Device_, Index_, Organization > &matrix) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | operator()(IndexType row, IndexType column) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | operator()(IndexType row, IndexType column) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | operator=(const DenseMatrixBase &)=delete | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | operator=(DenseMatrixBase &&)=delete | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::operator=(const MatrixBase &)=delete | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::operator=(MatrixBase &&)=delete | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | operator==(const DenseMatrixBase< Real_, Device_, Index_, Organization > &matrix) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | print(std::ostream &str) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | RealType typedef | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | reduceAllRows(Fetch &&fetch, const Reduce &reduce, Keep &&keep, const FetchReal &identity) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | reduceAllRows(Fetch &&fetch, const Reduce &reduce, Keep &&keep) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | reduceRows(IndexType begin, IndexType end, Fetch &&fetch, const Reduce &reduce, Keep &&keep, const FetchReal &identity) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | reduceRows(IndexType begin, IndexType end, Fetch &&fetch, const Reduce &reduce, Keep &&keep) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | reduceRows(IndexType begin, IndexType end, Fetch &&fetch, const Reduce &reduce, Keep &&keep, const FetchValue &identity) const (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | RowView typedef | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | segments (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | SegmentsReductionKernel typedef (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | SegmentsType typedef (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | SegmentsViewType typedef (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | SegmentViewType typedef (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > | protected | 
  | sequentialForAllRows(Function &&function) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | sequentialForAllRows(Function &&function) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | sequentialForRows(IndexType begin, IndexType end, Function &&function) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | sequentialForRows(IndexType begin, IndexType end, Function &&function) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | setElement(IndexType row, IndexType column, const RealType &value) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | setValue(const RealType &v) | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  | 
  | ValuesViewType typedef | TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization > |  | 
  | vectorProduct(const InVector &inVector, OutVector &outVector, const RealType &matrixMultiplicator=1.0, const RealType &outVectorMultiplicator=0.0, IndexType begin=0, IndexType end=0) const | TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization > |  |