Public Types | Static Public Member Functions

internal::sparse_solve_triangular_sparse_selector< Lhs, Rhs, Mode, UpLo, ColMajor > Struct Template Reference

#include <TriangularSolver.h>

List of all members.

Public Types

typedef Rhs::Scalar Scalar
typedef promote_index_type
< typename traits< Lhs >
::Index, typename traits< Rhs >
::Index >::type 
Index

Static Public Member Functions

static void run (const Lhs &lhs, Rhs &other)

template<typename Lhs, typename Rhs, int Mode, int UpLo>
struct internal::sparse_solve_triangular_sparse_selector< Lhs, Rhs, Mode, UpLo, ColMajor >


Member Typedef Documentation

template<typename Lhs , typename Rhs , int Mode, int UpLo>
typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type internal::sparse_solve_triangular_sparse_selector< Lhs, Rhs, Mode, UpLo, ColMajor >::Index
template<typename Lhs , typename Rhs , int Mode, int UpLo>
typedef Rhs::Scalar internal::sparse_solve_triangular_sparse_selector< Lhs, Rhs, Mode, UpLo, ColMajor >::Scalar

Member Function Documentation

template<typename Lhs , typename Rhs , int Mode, int UpLo>
static void internal::sparse_solve_triangular_sparse_selector< Lhs, Rhs, Mode, UpLo, ColMajor >::run ( const Lhs &  lhs,
Rhs &  other 
) [inline, static]

The documentation for this struct was generated from the following file: