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() > | |
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() > | |
DenseMatrixBase(IndexType rows, IndexType columns, typename Base::ValuesViewType values) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
DenseMatrixBase(const DenseMatrixBase &matrix)=default | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
DenseMatrixBase(DenseMatrixBase &&matrix) noexcept=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() > | |
forAllElements(Function &&function) | 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() > | |
forAllRows(Function &&function) const | 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() > | |
forElements(IndexType begin, IndexType end, Function &&function) | 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() > | |
forRows(IndexType begin, IndexType end, Function &&function) const | 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::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | virtual |
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() > | |
getRow(IndexType rowIdx) | 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::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | static |
getSerializationTypeVirtual() const (defined in TNL::Object) | TNL::Object | inlinevirtual |
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 > | |
getValues() | 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 > | |
load(File &file) override | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | virtual |
MatrixBase()=default | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
MatrixBase(IndexType rows, IndexType columns, ValuesViewType values) | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
MatrixBase(const MatrixBase &view)=default | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
MatrixBase(MatrixBase &&view) noexcept=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() > | |
TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization >::operator!=(const Matrix &matrix) const | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
operator()(IndexType row, IndexType column) | TNL::Matrices::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() > | |
operator()(IndexType row, IndexType column) const | 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::DenseMatrixBase< double, Devices::Host, int, Algorithms::Segments::DefaultElementsOrganization< Devices::Host >::getOrganization() >::operator=(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 > | |
TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization >::operator=(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() > | |
TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization >::operator==(const Matrix &matrix) const | TNL::Matrices::MatrixBase< double, Devices::Host, int, GeneralMatrix, Organization > | |
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() > | |
reduceRows(IndexType begin, IndexType end, 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 > | |
save(File &file) const override | TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > | virtual |
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() > | |
sequentialForAllRows(Function &&function) | 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() > | |
sequentialForRows(IndexType begin, IndexType end, Function &&function) | 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 > | |
~Object()=default | TNL::Object | virtual |