|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Matrix_Chain.H. More...
Go to the source code of this file.
Functions | |
| TEST (MatrixChain, CLRS_Example) | |
| TEST (MatrixChain, SingleMatrix) | |
| TEST (MatrixChain, TwoMatrices) | |
| TEST (MatrixChain, ThreeMatrices) | |
| TEST (MatrixChain, MinCostOnly) | |
| TEST (MatrixChain, InvalidInput) | |
| TEST (MatrixChain, ParenthesizationWellFormed) | |
| TEST (MatrixChain, IdenticalDimensions) | |
| TEST (MatrixChain, SplitTableMatchesReportedCost) | |
| TEST (MatrixChain, RandomSmallVsBruteForce) | |
| TEST (MatrixChain, OverflowThrows) | |
Tests for Matrix_Chain.H.
Definition in file matrix_chain_test.cc.
| TEST | ( | MatrixChain | , |
| CLRS_Example | |||
| ) |
Definition at line 80 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), and r.
| TEST | ( | MatrixChain | , |
| IdenticalDimensions | |||
| ) |
Definition at line 156 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), and r.
| TEST | ( | MatrixChain | , |
| InvalidInput | |||
| ) |
Definition at line 120 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::matrix_chain_order().
| TEST | ( | MatrixChain | , |
| MinCostOnly | |||
| ) |
Definition at line 114 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::matrix_chain_min_cost().
| TEST | ( | MatrixChain | , |
| OverflowThrows | |||
| ) |
Definition at line 191 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::matrix_chain_order().
| TEST | ( | MatrixChain | , |
| ParenthesizationWellFormed | |||
| ) |
Definition at line 132 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), and r.
| TEST | ( | MatrixChain | , |
| RandomSmallVsBruteForce | |||
| ) |
Definition at line 173 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), r, Aleph::Array< T >::reserve(), and rng.
| TEST | ( | MatrixChain | , |
| SingleMatrix | |||
| ) |
Definition at line 89 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), and r.
| TEST | ( | MatrixChain | , |
| SplitTableMatchesReportedCost | |||
| ) |
Definition at line 165 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), and r.
| TEST | ( | MatrixChain | , |
| ThreeMatrices | |||
| ) |
Definition at line 104 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), and r.
| TEST | ( | MatrixChain | , |
| TwoMatrices | |||
| ) |
Definition at line 97 of file matrix_chain_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::matrix_chain_order(), and r.