Storm
A Modern Probabilistic Model Checker
|
#include "storm/exceptions/InvalidArgumentException.h"
#include "storm/exceptions/InvalidStateException.h"
#include "storm/exceptions/OutOfRangeException.h"
#include "storm/storage/BitVector.h"
#include "storm/storage/SparseMatrix.h"
#include "storm/utility/permutation.h"
#include "test/storm_gtest.h"
Go to the source code of this file.
Functions | |
TEST (SparseMatrixBuilder, CreationEmpty) | |
TEST (SparseMatrixBuilder, CreationWithDimensions) | |
TEST (SparseMatrixBuilder, CreationWithoutNumberOfEntries) | |
TEST (SparseMatrixBuilder, CreationWithNumberOfRows) | |
TEST (SparseMatrixBuilder, CreationWithoutDimensions) | |
TEST (SparseMatrixBuilder, AddNextValue) | |
TEST (SparseMatrix, Build) | |
TEST (SparseMatrix, DiagonalEntries) | |
TEST (SparseMatrix, CreationWithMovingContents) | |
TEST (SparseMatrix, CopyConstruct) | |
TEST (SparseMatrix, CopyAssign) | |
TEST (SparseMatrix, MakeAbsorbing) | |
TEST (SparseMatrix, MakeRowGroupAbsorbing) | |
TEST (SparseMatrix, rowGroupIndices) | |
TEST (SparseMatrix, ConstrainedRowSumVector) | |
TEST (SparseMatrix, Submatrix) | |
TEST (SparseMatrix, RestrictRows) | |
TEST (SparseMatrix, Transpose) | |
TEST (SparseMatrix, EquationSystem) | |
TEST (SparseMatrix, JacobiDecomposition) | |
TEST (SparseMatrix, PointwiseMultiplicationVector) | |
TEST (SparseMatrix, MatrixVectorMultiply) | |
TEST (SparseMatrix, Iteration) | |
TEST (SparseMatrix, RowSum) | |
TEST (SparseMatrix, IsSubmatrix) | |
TEST (SparseMatrix, PermuteRows) | |
TEST (SparseMatrix, PermuteRowGroupsAndColumns) | |
TEST (SparseMatrix, DropZeroEntries) | |
TEST | ( | SparseMatrix | , |
Build | |||
) |
Definition at line 109 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
ConstrainedRowSumVector | |||
) |
Definition at line 387 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
CopyAssign | |||
) |
Definition at line 267 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
CopyConstruct | |||
) |
Definition at line 251 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
CreationWithMovingContents | |||
) |
Definition at line 235 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
DiagonalEntries | |||
) |
Definition at line 162 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
DropZeroEntries | |||
) |
Definition at line 889 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
EquationSystem | |||
) |
Definition at line 611 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
IsSubmatrix | |||
) |
Definition at line 782 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
Iteration | |||
) |
Definition at line 726 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
JacobiDecomposition | |||
) |
Definition at line 639 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
MakeAbsorbing | |||
) |
Definition at line 283 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
MakeRowGroupAbsorbing | |||
) |
Definition at line 309 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
MatrixVectorMultiply | |||
) |
Definition at line 700 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
PermuteRowGroupsAndColumns | |||
) |
Definition at line 844 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
PermuteRows | |||
) |
Definition at line 819 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
PointwiseMultiplicationVector | |||
) |
Definition at line 666 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
RestrictRows | |||
) |
Definition at line 501 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
rowGroupIndices | |||
) |
Definition at line 350 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
RowSum | |||
) |
Definition at line 765 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
Submatrix | |||
) |
Definition at line 437 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrix | , |
Transpose | |||
) |
Definition at line 578 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrixBuilder | , |
AddNextValue | |||
) |
Definition at line 83 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrixBuilder | , |
CreationEmpty | |||
) |
Definition at line 9 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrixBuilder | , |
CreationWithDimensions | |||
) |
Definition at line 19 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrixBuilder | , |
CreationWithNumberOfRows | |||
) |
Definition at line 51 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrixBuilder | , |
CreationWithoutDimensions | |||
) |
Definition at line 67 of file SparseMatrixTest.cpp.
TEST | ( | SparseMatrixBuilder | , |
CreationWithoutNumberOfEntries | |||
) |
Definition at line 35 of file SparseMatrixTest.cpp.