test_matfuncs.cc File Reference
Tests for matrix operations in matrix.h. More...
Functions | |
| TEST (Matrix, MatVecMult) | |
| Test the matrix-vector multiply functionality. More... | |
| TEST (Matrix, MatMatMult) | |
| Test the matrix-matrix multiply functionality. More... | |
| TEST (Matrix, MatScalarMult) | |
| Test the matrix-scalar multiply functionality. More... | |
| TEST (Matrix, MatTranspose) | |
| Test the matrix transpose functionality. More... | |
| TEST (Matrix, MatInverse) | |
| Test the matrix inverse functionality. More... | |
| TEST (Matrix, SolveWithInverse) | |
| Test the matrix solve functionality. More... | |
| TEST (Matrix, SolveWithJunk) | |
| Test the matrix solve functionality. More... | |
Detailed Description
Tests for matrix operations in matrix.h.
Function Documentation
◆ TEST() [1/7]
| TEST | ( | Matrix | , |
| MatVecMult | |||
| ) |
Test the matrix-vector multiply functionality.
◆ TEST() [2/7]
| TEST | ( | Matrix | , |
| MatMatMult | |||
| ) |
Test the matrix-matrix multiply functionality.
◆ TEST() [3/7]
| TEST | ( | Matrix | , |
| MatScalarMult | |||
| ) |
Test the matrix-scalar multiply functionality.
◆ TEST() [4/7]
| TEST | ( | Matrix | , |
| MatTranspose | |||
| ) |
Test the matrix transpose functionality.
◆ TEST() [5/7]
| TEST | ( | Matrix | , |
| MatInverse | |||
| ) |
Test the matrix inverse functionality.
◆ TEST() [6/7]
| TEST | ( | Matrix | , |
| SolveWithInverse | |||
| ) |
Test the matrix solve functionality.
◆ TEST() [7/7]
| TEST | ( | Matrix | , |
| SolveWithJunk | |||
| ) |
Test the matrix solve functionality.