Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
block_lu.h File Reference
#include <cusp/array1d.h>
#include <cusp/array2d.h>
#include <cusp/linear_operator.h>
#include <cmath>
Include dependency graph for block_lu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cusp::detail::block_lu_solver< ValueType, MemorySpace >
 

Namespaces

 cusp
 
 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)