Template Numerical Library version\ main:94209208
Loading...
Searching...
No Matches
TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator > Member List

This is the complete list of members for TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >, including all inherited members.

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) (defined in TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >)TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
bind(IndexType rows, IndexType columns, typename Base::ValuesViewType values, SegmentsViewType segments)TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >protected
MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::bind(IndexType rows, IndexType columns, ValuesViewType values)TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >protected
ConstRowView typedefTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
ConstValuesViewType typedefTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
ConstViewType typedefTNL::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=defaultTNL::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()=defaultTNL::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)=defaultTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
DenseMatrixBase(DenseMatrixBase &&matrix) noexcept=defaultTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
DeviceType typedefTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
forAllElements(Function &&function) constTNL::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) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
forElements(IndexType begin, IndexType end, Function &&function) constTNL::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) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
getAllocatedElementsCount() constTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
getColumns() constTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
getCompressedRowLengths(Vector &rowLengths) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
getConstView() constTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
getElement(IndexType row, IndexType column) constTNL::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
getMatrixProduct(const Matrix1 &matrix1, const Matrix2 &matrix2, Real matrixMultiplicator=1.0) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >)TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
getNonzeroElementsCount() constTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >virtual
getOrganization()TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >inlinestatic
getRow(IndexType rowIdx) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
getRow(IndexType rowIdx)TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
getRowCapacities(Vector &rowCapacities) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
getRows() constTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
getSerializationType()TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >static
getSerializationTypeVirtual() const (defined in TNL::Object)TNL::Objectinlinevirtual
getTransposition(const Matrix &matrix, Real matrixMultiplicator=1.0) (defined in TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >)TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
getValues() constTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
getValues()TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
getView()TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
IndexType typedefTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
isBinary()TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >inlinestatic
isMatrix()TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >inlinestatic
isSymmetric()TNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >inlinestatic
load(const String &fileName)TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
load(File &file) overrideTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >virtual
MatrixBase()=defaultTNL::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)=defaultTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
MatrixBase(MatrixBase &&view) noexcept=defaultTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
operator!=(const DenseMatrixBase< Real_, Device_, Index_, Organization > &matrix) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::operator!=(const Matrix &matrix) constTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
operator()(IndexType row, IndexType column)TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
operator()(IndexType row, IndexType column) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
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::operator=(const DenseMatrixBase &)=deleteTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
TNL::Matrices::DenseMatrixBase::operator=(DenseMatrixBase &&)=deleteTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::operator=(const MatrixBase &)=deleteTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::operator=(MatrixBase &&)=deleteTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
operator==(const DenseMatrixBase< Real_, Device_, Index_, Organization > &matrix) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
MatrixBase< Real, Device, Index, GeneralMatrix, Organization >::operator==(const Matrix &matrix) constTNL::Matrices::MatrixBase< Real, Device, Index, GeneralMatrix, Organization >
print(std::ostream &str) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
RealAllocatorType typedefTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
RealType typedefTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
reduceAllRows(Fetch &fetch, const Reduce &reduce, Keep &keep, const FetchReal &identity) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
reduceRows(IndexType begin, IndexType end, Fetch &fetch, const Reduce &reduce, Keep &keep, const FetchReal &identity) constTNL::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 >
reset()TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
RowView typedefTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
save(const String &fileName) constTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
save(File &file) const overrideTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >virtual
segmentsTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >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
Self typedefTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
sequentialForAllRows(Function &&function) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
sequentialForAllRows(Function &&function)TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
sequentialForRows(IndexType begin, IndexType end, Function &&function) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
sequentialForRows(IndexType begin, IndexType end, Function &&function)TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
setDimensions(Index rows, Index columns)TNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
setElement(IndexType row, IndexType column, const RealType &value)TNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
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< Real, Device, Index, Organization >
valuesTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >protected
ValuesVectorType typedefTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
ValuesViewType typedefTNL::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) constTNL::Matrices::DenseMatrixBase< Real, Device, Index, Organization >
ViewType typedefTNL::Matrices::DenseMatrix< Real, Device, Index, Organization, RealAllocator >
~Object()=defaultTNL::Objectvirtual