preCICE v3.1.2
Loading...
Searching...
No Matches
Functions
QRFactorizationTest.cpp File Reference
#include <Eigen/Core>
#include <math.h>
#include "acceleration/Acceleration.hpp"
#include "acceleration/BaseQNAcceleration.hpp"
#include "acceleration/SharedPointer.hpp"
#include "acceleration/impl/QRFactorization.hpp"
#include "cplscheme/Constants.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
Include dependency graph for QRFactorizationTest.cpp:

Go to the source code of this file.

Functions

void testQRequalsA (Eigen::MatrixXd &Q, Eigen::MatrixXd &R, Eigen::MatrixXd &A)
 
void testQTQequalsIdentity (Eigen::MatrixXd &Q)
 
 BOOST_AUTO_TEST_CASE (testQRFactorization)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( testQRFactorization )

*************** deleting/adding Columns ************************

Definition at line 47 of file QRFactorizationTest.cpp.

Here is the call graph for this function:

◆ testQRequalsA()

void testQRequalsA ( Eigen::MatrixXd & Q,
Eigen::MatrixXd & R,
Eigen::MatrixXd & A )

Definition at line 17 of file QRFactorizationTest.cpp.

Here is the call graph for this function:

◆ testQTQequalsIdentity()

void testQTQequalsIdentity ( Eigen::MatrixXd & Q)

Definition at line 31 of file QRFactorizationTest.cpp.

Here is the call graph for this function: