Functions
Matrix_Cholesky_T.cpp File Reference
#include <iostream>
#include "Matrix.hpp"
#include "Vector.hpp"
#include "TestUtil.hpp"
Include dependency graph for Matrix_Cholesky_T.cpp:

Go to the source code of this file.

Functions

void choleskyCroutTest (size_t r, size_t c, double xA[], double xB[], double xBSref[], gnsstk::TestUtil &testFramework, const std::string &str)
 
void choleskyTest (size_t r, size_t c, double xA[], double xB[], double xBSref[], gnsstk::TestUtil &testFramework, const std::string &str)
 
int main ()
 

Function Documentation

◆ choleskyCroutTest()

void choleskyCroutTest ( size_t  r,
size_t  c,
double  xA[],
double  xB[],
double  xBSref[],
gnsstk::TestUtil testFramework,
const std::string &  str 
)

Definition at line 69 of file Matrix_Cholesky_T.cpp.

◆ choleskyTest()

void choleskyTest ( size_t  r,
size_t  c,
double  xA[],
double  xB[],
double  xBSref[],
gnsstk::TestUtil testFramework,
const std::string &  str 
)

Definition at line 47 of file Matrix_Cholesky_T.cpp.

◆ main()

int main ( )

Definition at line 91 of file Matrix_Cholesky_T.cpp.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:43