#include "sparse.h"
#include <Eigen/SparseExtra>
Go to the source code of this file.
Functions | |
template<typename Scalar > | |
void | sparse_lu (int rows, int cols) |
void | test_sparse_lu () |
void sparse_lu | ( | int | rows, |
int | cols | ||
) |
Definition at line 36 of file unsupported/test/sparse_lu.cpp.
void test_sparse_lu | ( | ) |
Definition at line 105 of file unsupported/test/sparse_lu.cpp.