SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
SparseRowMatrixFromMapTest.cc File Reference
#include <gtest/gtest.h>
#include <Core/Datatypes/MatrixFwd.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Datatypes/SparseRowMatrix.h>
#include <Testing/Utils/MatrixTestUtilities.h>
#include <Core/Datatypes/SparseRowMatrixFromMap.h>

Functions

 TEST (SparseMatrixFromMapTest, BasicExample)
 
 TEST (SparseMatrixFromMapTest, BasicExampleLeavingARowAllZero)
 
 TEST (SparseMatrixFromMapTest, ZeroMatrixEmptyMap)
 
 TEST (SparseMatrixFromMapTest, ZeroMatrixWithSomePlacedValues)
 
 TEST (SparseMatrixFromMapTest, SymmetricMatrix)
 
 TEST (SparseMatrixFromMapTest, CanExtendSparseMatrixWithAdditionalValues)
 
 TEST (SparseMatrixFromMapTest, CanExtendSparseMatrixWithAdditionalValuesWithOverlapReplacing)
 
 TEST (SparseMatrixFromMapTest, DISABLED_CanExtendSparseMatrixWithAdditionalValuesWithOverlapSumming)
 

Function Documentation

TEST ( SparseMatrixFromMapTest  ,
BasicExample   
)
TEST ( SparseMatrixFromMapTest  ,
BasicExampleLeavingARowAllZero   
)
TEST ( SparseMatrixFromMapTest  ,
ZeroMatrixEmptyMap   
)
TEST ( SparseMatrixFromMapTest  ,
ZeroMatrixWithSomePlacedValues   
)
TEST ( SparseMatrixFromMapTest  ,
SymmetricMatrix   
)
TEST ( SparseMatrixFromMapTest  ,
CanExtendSparseMatrixWithAdditionalValues   
)
TEST ( SparseMatrixFromMapTest  ,
CanExtendSparseMatrixWithAdditionalValuesWithOverlapReplacing   
)
TEST ( SparseMatrixFromMapTest  ,
DISABLED_CanExtendSparseMatrixWithAdditionalValuesWithOverlapSumming   
)