CPP Linear Algebra ToolBox  0.1.0
linalg.h File Reference

Main Header file for Linear Algebra Library. More...

#include "utils.h"
#include "vector.h"
#include "matrix.h"
#include "squareMatrix.h"
#include "lowerTriangularMatrix.h"
#include "diagonalMatrix.h"
Include dependency graph for linalg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION_LINALG_LIB   "0.1.0"
 
#define AUTHOR_LINALG_LIB   "T. Schmoderer"
 
#define CONTACT_LINALG_LIB   "iathena@mailo.com"
 
#define DOCUMENTATION_LINALG_LIB   "https://tschmoderer.github.io/motion-planning-toolbox/html/index.html"
 

Functions

Vector solve (const DiagonalMatrix &, const Vector &)
 
Vector solve (const LTMatrix &, const Vector &)
 

Detailed Description

Main Header file for Linear Algebra Library.

Author
T. Schmoderer (iathe.nosp@m.na@m.nosp@m.ailo..nosp@m.com)
Version
0.1.0
Date
2022-10-13

Macro Definition Documentation

◆ AUTHOR_LINALG_LIB

#define AUTHOR_LINALG_LIB   "T. Schmoderer"

◆ CONTACT_LINALG_LIB

#define CONTACT_LINALG_LIB   "iathena@mailo.com"

◆ DOCUMENTATION_LINALG_LIB

#define DOCUMENTATION_LINALG_LIB   "https://tschmoderer.github.io/motion-planning-toolbox/html/index.html"

◆ VERSION_LINALG_LIB

#define VERSION_LINALG_LIB   "0.1.0"

Function Documentation

◆ solve() [1/2]

Vector solve ( const DiagonalMatrix D,
const Vector b 
)

◆ solve() [2/2]

Vector solve ( const LTMatrix L,
const Vector b 
)