cgal.org
Top
Getting Started
Tutorials
Package Overview
Acknowledging CGAL
CGAL 6.2 - Homological Discrete Vector Fields
Loading...
Searching...
No Matches
SparseMatrix Member List
This is the complete list of members for
SparseMatrix
, including all inherited members.
begin
() const noexcept
SparseMatrix
cget_column
(const SparseMatrix &matrix, size_t i)
SparseMatrix
cget_row
(const SparseMatrix &matrix, size_t i)
SparseMatrix
Coefficient_ring
typedef
SparseMatrix
dimensions
() const
SparseMatrix
end
() const noexcept
SparseMatrix
get_coefficient
SparseMatrix
friend
get_column
SparseMatrix
friend
get_row
SparseMatrix
friend
is_null
()
SparseMatrix
Matrix_chain
typedef
SparseMatrix
Non_zero_chain_indices
typedef
SparseMatrix
nullify
()
SparseMatrix
operator%
SparseMatrix
friend
operator*
SparseMatrix
friend
operator*
SparseMatrix
friend
operator*
SparseMatrix
friend
operator*
SparseMatrix
friend
operator*
SparseMatrix
friend
operator*=
(const Coefficient_ring &lambda)
SparseMatrix
operator*=
SparseMatrix
friend
operator+
SparseMatrix
friend
operator+=
SparseMatrix
friend
operator-
SparseMatrix
friend
operator-
SparseMatrix
friend
operator-=
(SparseMatrix &matrix, const SparseMatrix &other)
SparseMatrix
operator/
SparseMatrix
friend
operator/=
(const std::vector< size_t > &indices)
SparseMatrix
operator/=
(size_t i)
SparseMatrix
operator<<
SparseMatrix
friend
operator=
(const SparseMatrix &_otherToCopy)
SparseMatrix
operator[]
(size_t index) const
SparseMatrix
read_matrix
SparseMatrix
friend
remove_coefficient
SparseMatrix
friend
remove_column
SparseMatrix
friend
remove_row
SparseMatrix
friend
reverse_begin
() const noexcept
SparseMatrix
reverse_end
() const noexcept
SparseMatrix
set_coefficient
SparseMatrix
friend
set_column
(SparseMatrix &matrix, size_t i, const SparseChain &column)
SparseMatrix
set_row
(SparseMatrix &matrix, size_t i, const Sparse_chain &row)
SparseMatrix
SparseMatrix
()
SparseMatrix
SparseMatrix
(const size_t rowCount, const size_t columnCount)
SparseMatrix
SparseMatrix
(const SparseMatrix &otherToCopy)
SparseMatrix
Storage_format
typedef
SparseMatrix
transpose
()
SparseMatrix
write_matrix
SparseMatrix
friend