opensurgsim
Classes | Namespaces | Functions
LinearSolveAndInverseTests.cpp File Reference

Tests for the LinearSolveAndInverse.cpp functions. More...

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

Classes

class  SurgSim::Math::LinearSolveAndInverseTests
 

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 (LinearSolveAndInverseTests, DenseMatrixTests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, DiagonalMatrixTests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, TriDiagonalBlockMatrixBlockSize2Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, TriDiagonalBlockMatrixBlockSize3Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, TriDiagonalBlockMatrixBlockSize4Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, TriDiagonalBlockMatrixBlockSize5Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, TriDiagonalBlockMatrixBlockSize6Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, SymmetricTriDiagonalBlockMatrixBlockSize2Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, SymmetricTriDiagonalBlockMatrixBlockSize3Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, SymmetricTriDiagonalBlockMatrixBlockSize4Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, SymmetricTriDiagonalBlockMatrixBlockSize5Tests)
 
 SurgSim::Math::TEST_F (LinearSolveAndInverseTests, SymmetricTriDiagonalBlockMatrixBlockSize6Tests)
 

Detailed Description

Tests for the LinearSolveAndInverse.cpp functions.