opensurgsim
Classes | Namespaces | Functions
LinearSparseSolveAndInverseTests.cpp File Reference

Tests for the LinearSparseSolveAndInverse.cpp functions. More...

#include <gtest/gtest.h>
#include "SurgSim/Math/LinearSparseSolveAndInverse.h"

Classes

class  SurgSim::Math::LinearSparseSolveAndInverseTests
 

Namespaces

 SurgSim
 Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui needs glew but we need to call glewInit() from a osg callback, using this call we avoid getting warnings about redefinitions.
 

Functions

 SurgSim::Math::TEST_F (LinearSparseSolveAndInverseTests, SparseLUInitializationTests)
 
 SurgSim::Math::TEST_F (LinearSparseSolveAndInverseTests, SparseLUMatrixComponentsTest)
 
 SurgSim::Math::TEST_F (LinearSparseSolveAndInverseTests, SparseCGSetGetTests)
 
 SurgSim::Math::TEST_F (LinearSparseSolveAndInverseTests, SparseCGInitializationTests)
 
 SurgSim::Math::TEST_F (LinearSparseSolveAndInverseTests, SparseCGMatrixComponentsTest)
 

Detailed Description

Tests for the LinearSparseSolveAndInverse.cpp functions.