|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <cusp/array1d.h>#include <cusp/array2d.h>#include <cusp/linear_operator.h>#include <cmath>

Go to the source code of this file.
Classes | |
| class | cusp::detail::block_lu_solver< ValueType, MemorySpace > |
Namespaces | |
| namespace | cusp |
| namespace | cusp::detail |
Functions | |
| template<typename IndexType, typename ValueType, typename MemorySpace, typename OrientationA> | |
| int | cusp::detail::block_lu_factor (cusp::array2d< ValueType, MemorySpace, OrientationA > &A, cusp::array1d< IndexType, MemorySpace > &pivot) |
| template<typename IndexType, typename ValueType, typename MemorySpace, typename OrientationA, typename OrientationB> | |
| int | cusp::detail::block_lu_solve (const cusp::array2d< ValueType, MemorySpace, OrientationA > &A, const cusp::array1d< IndexType, MemorySpace > &pivot, const cusp::array2d< ValueType, MemorySpace, OrientationB > &b, cusp::array2d< ValueType, MemorySpace, OrientationB > &x, cusp::array2d_format) |