ug4
SparseMatrix< T > Member List

This is the complete list of members for SparseMatrix< T >, including all inherited members.

begin_row(size_t row) constSparseMatrix< T >
begin_row(size_t row)SparseMatrix< T >
defragment()SparseMatrix< T >
end_row(size_t row) constSparseMatrix< T >
end_row(size_t row)SparseMatrix< T >
get_connection(size_t r, size_t c, bool &bFound) constSparseMatrix< T >
get_connection(size_t r, size_t c, bool &bFound)SparseMatrix< T >
get_connection(size_t r, size_t c) constSparseMatrix< T >
get_connection(size_t r, size_t c)SparseMatrix< T >
num_cols() constSparseMatrix< T >inline
num_connections(size_t row) constSparseMatrix< T >inline
num_rows() constSparseMatrix< T >inline
operator()(size_t r, size_t c)SparseMatrix< T >
operator()(size_t r, size_t c) constSparseMatrix< T >
resize(size_t newRows, size_t newCols)SparseMatrix< T >
SparseMatrix()SparseMatrix< T >
total_num_connections() constSparseMatrix< T >inline
value_type typedefSparseMatrix< T >
~SparseMatrix()SparseMatrix< T >virtual