
Go to the source code of this file.
Functions | |
| int | hilbert () |
| int | indexDenseSubmatrix () |
| int | main () |
| int | spGetCol () |
| int | spGetRow () |
| int | spIndTimes () |
| int | sprGetCol () |
| int | sprGetRow () |
| int | sprIndTimes () |
| int | sprTimes () |
| int | spTimes () |
| int | submatrix () |
| USING_NAMESPACE_QPOASES int | sumOfSquares () |
| int | symmetry () |
| int hilbert | ( | ) |
Compare deviations when multiplying Hilbert matrix with its inverse.
Definition at line 82 of file test_matrices.cpp.
| int indexDenseSubmatrix | ( | ) |
Compare deviations when multiplying dense sub-matrices via index lists.
Definition at line 171 of file test_matrices.cpp.
| int main | ( | void | ) |
Run various tests on matrix classes.
Definition at line 876 of file test_matrices.cpp.
| int spGetCol | ( | ) |
Obtain column of sparse matrix.
Definition at line 265 of file test_matrices.cpp.
| int spGetRow | ( | ) |
Obtain row of sparse matrix.
Definition at line 321 of file test_matrices.cpp.
| int spIndTimes | ( | ) |
Compare deviations when multiplying sparse matrix via index lists.
Definition at line 434 of file test_matrices.cpp.
| int sprGetCol | ( | ) |
Obtain column of sparse row matrix.
Definition at line 512 of file test_matrices.cpp.
| int sprGetRow | ( | ) |
Obtain row of sparse row matrix.
Definition at line 572 of file test_matrices.cpp.
| int sprIndTimes | ( | ) |
Compare deviations when multiplying sparse row matrix via index lists.
Definition at line 693 of file test_matrices.cpp.
| int sprTimes | ( | ) |
Compare deviations when multiplying sparse row matrix.
Definition at line 631 of file test_matrices.cpp.
| int spTimes | ( | ) |
Compare deviations when multiplying sparse matrix.
Definition at line 376 of file test_matrices.cpp.
| int submatrix | ( | ) |
Compare deviations when multiplying sub-matrices.
Definition at line 129 of file test_matrices.cpp.
| USING_NAMESPACE_QPOASES int sumOfSquares | ( | ) |
Compare deviations when computing dot product.
Definition at line 44 of file test_matrices.cpp.
| int symmetry | ( | ) |
Compare deviations when using bilinear multiplication with dense matrix.
Definition at line 786 of file test_matrices.cpp.