
Go to the source code of this file.
Typedefs | |
| typedef SparseBlockMatrix< MatrixXd > | SparseBlockMatrixX |
Functions | |
| int | main (int argc, char **argv) |
| std::ostream & | operator<< (std::ostream &os, const SparseBlockMatrixX::SparseMatrixBlock &m) |
| typedef SparseBlockMatrix< MatrixXd > SparseBlockMatrixX |
Definition at line 35 of file sparse_block_matrix_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 46 of file sparse_block_matrix_test.cpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const SparseBlockMatrixX::SparseMatrixBlock & | m | ||
| ) |
Definition at line 37 of file sparse_block_matrix_test.cpp.