![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
Public Member Functions | |
void | testMatrix () |
void | testSymmatrixMatrix () |
Static Public Member Functions | |
static void | main (String args[]) |
Definition at line 8 of file AdjacencyMatrixTest.java.
|
static |
Definition at line 46 of file AdjacencyMatrixTest.java.
void aud.test.AdjacencyMatrixTest.testMatrix | ( | ) |
Definition at line 11 of file AdjacencyMatrixTest.java.
References aud.graph.AdjacencyMatrix< Edge >.clearColumnAndRow(), aud.graph.matrix.SparseMatrixCS< T >.get(), aud.graph.matrix.SparseMatrix< T >.isSymmetricMatrix(), aud.graph.matrix.SparseMatrixCS< T >.nnz(), and aud.graph.matrix.SparseMatrix< T >.set().
void aud.test.AdjacencyMatrixTest.testSymmatrixMatrix | ( | ) |
Definition at line 29 of file AdjacencyMatrixTest.java.
References aud.graph.AdjacencyMatrix< Edge >.clearColumnAndRow(), aud.graph.matrix.SparseMatrixCS< T >.get(), aud.graph.matrix.SparseMatrix< T >.isSymmetricMatrix(), aud.graph.matrix.SparseMatrixCS< T >.nnz(), and aud.graph.matrix.SparseMatrix< T >.set().