CPP Linear Algebra ToolBox  0.1.0
diagonalMatrix.h File Reference

Header file for Diagonal Matrix type. More...

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

Go to the source code of this file.

Typedefs

typedef Vector DiagonalMatrix
 

Functions

double tr (const DiagonalMatrix &)
 
double det (const DiagonalMatrix &)
 

Detailed Description

Header file for Diagonal Matrix type.

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

Typedef Documentation

◆ DiagonalMatrix

Function Documentation

◆ det()

double det ( const DiagonalMatrix D)

◆ tr()

double tr ( const DiagonalMatrix D)