| addElement(IndexType row, IndexType column, const RealType &value, const RealType &thisElementMultiplicator=1.0) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| addMatrix(const Matrix &matrix, const RealType &matrixMultiplicator=1.0, const RealType &thisMatrixMultiplicator=1.0, TransposeState transpose=TransposeState::None) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| bind(IndexType rows, IndexType columns, typename Base::ValuesViewType values, SegmentsViewType segments) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | protected |
| TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization >::bind(IndexType rows, IndexType columns, ValuesViewType values) | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | protected |
| ConstRowView typedef | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| ConstValuesViewType typedef | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
| ConstViewType typedef | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| DenseMatrix(const RealAllocatorType &allocator=RealAllocatorType()) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| DenseMatrix(const DenseMatrix &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| DenseMatrix(DenseMatrix &&matrix) noexcept=default | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| DenseMatrix(Index rows, Index columns, const RealAllocatorType &allocator=RealAllocatorType()) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| DenseMatrix(std::initializer_list< std::initializer_list< Value > > data, const RealAllocatorType &allocator=RealAllocatorType()) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| DenseMatrixBase()=default | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| DeviceType typedef | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| forAllElements(Function &&function) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| forAllRows(Function &&function) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| forElements(IndexType begin, IndexType end, Function &&function) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| forRows(IndexType begin, IndexType end, Function &&function) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| getAllocatedElementsCount() const | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
| getColumns() const | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
| getCompressedRowLengths(Vector &rowLengths) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| getConstView() const | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| getElement(IndexType row, IndexType column) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| getInPlaceTransposition(Real matrixMultiplicator=1.0) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| getMatrixProduct(const Matrix1 &matrix1, const Matrix2 &matrix2, Real matrixMultiplicator=1.0, TransposeState transposeA=TransposeState::None, TransposeState transposeB=TransposeState::None) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| getNonzeroElementsCount() const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| getOrganization() | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | inlinestatic |
| getRow(IndexType rowIdx) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| getRowCapacities(Vector &rowCapacities) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| getRowCapacity(IndexType row) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| getRows() const | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
| getSerializationType() | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | static |
| getTransposition(const Matrix &matrix, Real matrixMultiplicator=1.0) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| getValues() const | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
| getView() | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| IndexType typedef | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| isBinary() | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | inlinestatic |
| isSymmetric() | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | inlinestatic |
| load(const String &fileName) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| MatrixBase()=default | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
| operator!=(const DenseMatrixBase< Real_, Device_, Index_, Organization > &matrix) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| operator()(IndexType row, IndexType column) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| operator=(const DenseMatrix &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(DenseMatrix &&matrix) noexcept(false) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrix< RHSReal, RHSDevice, RHSIndex, Organization, RHSRealAllocator > &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrixView< RHSReal, RHSDevice, RHSIndex, Organization > &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrix< RHSReal, RHSDevice, RHSIndex, RHSOrganization, RHSRealAllocator > &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrixView< RHSReal, RHSDevice, RHSIndex, RHSOrganization > &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const RHSMatrix &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrix< Real, Device, Index, Organization, RealAllocator > &matrix) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(DenseMatrix< Real, Device, Index, Organization, RealAllocator > &&matrix) noexcept(false) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrix< RHSReal, RHSDevice, RHSIndex, Organization, RHSRealAllocator > &matrix) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrixView< RHSReal, RHSDevice, RHSIndex, Organization > &matrix) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrix< RHSReal, RHSDevice, RHSIndex, RHSOrganization, RHSRealAllocator > &matrix) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const DenseMatrixView< RHSReal, RHSDevice, RHSIndex, RHSOrganization > &matrix) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| operator=(const RHSMatrix &matrix) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() >::operator=(const DenseMatrixBase &)=delete | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization >::operator=(const MatrixBase &)=delete | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
| operator==(const DenseMatrixBase< Real_, Device_, Index_, Organization > &matrix) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| print(std::ostream &str) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| RealAllocatorType typedef | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| RealType typedef | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| reduceAllRows(Fetch &&fetch, const Reduce &reduce, Keep &&keep, const FetchReal &identity) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| reset() | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| RowView typedef | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| save(const String &fileName) const | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| segments | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | protected |
| Self typedef | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| sequentialForAllRows(Function &&function) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| sequentialForRows(IndexType begin, IndexType end, Function &&function) const | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| setDimensions(Index rows, Index columns) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| setElement(IndexType row, IndexType column, const RealType &value) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| setElements(std::initializer_list< std::initializer_list< Value > > data) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| setElements(const std::map< std::pair< MapIndex, MapIndex >, MapValue > &map) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| setLike(const Matrix &matrix) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| setLike(const Matrix_ &matrix) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| setRowCapacities(const RowCapacitiesVector &rowCapacities) | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| setValue(const RealType &v) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| values | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | protected |
| ValuesVectorType typedef | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |
| ValuesViewType typedef | TNL::Matrices::MatrixBase< double, Devices::Host, int, 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< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
| ViewType typedef | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | |