Namespaces | Functions

/data/development/ViennaCL/dev/viennacl/linalg/detail/spai/small_matrix.hpp File Reference

Implementation of a routines for small matrices (helper for SPAI). Experimental in 1.2.x. More...

#include <utility>
#include <iostream>
#include <fstream>
#include <string>
#include <algorithm>
#include <vector>
#include <math.h>
#include <map>
#include "boost/numeric/ublas/vector.hpp"
#include "boost/numeric/ublas/matrix.hpp"
#include "boost/numeric/ublas/matrix_proxy.hpp"
#include "boost/numeric/ublas/vector_proxy.hpp"
#include "boost/numeric/ublas/storage.hpp"
#include "boost/numeric/ublas/io.hpp"
#include "boost/numeric/ublas/lu.hpp"
#include "boost/numeric/ublas/triangular.hpp"
#include "boost/numeric/ublas/matrix_expression.hpp"
#include "boost/numeric/ublas/detail/matrix_assign.hpp"

Go to the source code of this file.

Namespaces

namespace  viennacl
namespace  viennacl::linalg
namespace  viennacl::linalg::detail
namespace  viennacl::linalg::detail::spai

Functions

template<typename MatrixType >
void make_rotation_matrix (MatrixType &mat, size_t new_size, size_t off_diagonal_distance=4)
template<typename MatrixType >
double determinant (boost::numeric::ublas::matrix_expression< MatrixType > const &mat_r)

Detailed Description

Implementation of a routines for small matrices (helper for SPAI). Experimental in 1.2.x.

SPAI code contributed by Nikolay Lukash