#include <cusp/array1d.h>
#include <cusp/array2d.h>
#include <cusp/linear_operator.h>
#include <cmath>
Go to the source code of this file.
|
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) |
|