opensurgsim
|
Tests that exercise the functionality of our sparse matrices, which come straight from Eigen. More...
Classes | |
class | TypeValue< N > |
class | SparseMatrices< Tuple > |
Typedefs | |
typedef ::testing::Types< tuple< double, TypeValue< Eigen::ColMajor >, int >, tuple< double, TypeValue< Eigen::RowMajor >, int >, tuple< double, TypeValue< Eigen::ColMajor >, ptrdiff_t >, tuple< double, TypeValue< Eigen::RowMajor >, ptrdiff_t > > | MyTypes |
Functions | |
TYPED_TEST_CASE (SparseMatrices, MyTypes) | |
TYPED_TEST (SparseMatrices, setSubMatrixWithSearchDynamicCall) | |
TYPED_TEST (SparseMatrices, addSubMatrixWithSearchDynamicCall) | |
Tests that exercise the functionality of our sparse matrices, which come straight from Eigen.
TYPED_TEST | ( | SparseMatrices | , |
setSubMatrixWithSearchDynamicCall | |||
) |
< Sub too small (1D)
< Sub too small (2D)
< Sub larger (1D)
< Sub larger (2D)
< Sub too small (1D)
< Sub too small (2D)
< Sub larger (1D)
< Sub larger (2D)
TYPED_TEST | ( | SparseMatrices | , |
addSubMatrixWithSearchDynamicCall | |||
) |
< Sub too small (1D)
< Sub too small (2D)
< Sub larger (1D)
< Sub larger (2D)
< Sub too small (1D)
< Sub too small (2D)
< Sub larger (1D)
< Sub larger (2D)