#include <iostream>
#include <boost/timer.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_sparse.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <boost/numeric/ublas/operation.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::ublas |
Functions | |
template<class MAT> void | matrix_fill (MAT &A) |
int | main (int argc, char *argv[]) |
Variables | |
const size_t | default_size = 100 |
const size_t | subsize = 3 |
|
Definition at line 86 of file ex_residual.cpp. References default_size, matrix_fill(), and boost::numeric::ublas::residual(). |
|
Definition at line 75 of file ex_residual.cpp. Referenced by main(). |
|
Definition at line 30 of file ex_residual.cpp. Referenced by main(). |
|
Definition at line 35 of file ex_residual.cpp. Referenced by test_matrix_fill(), test_matrix_fill_insert(), and test_matrix_fill_plus_assign(). |