Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions

internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor > Struct Template Reference


Detailed Description

template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjRhs>
struct internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor >

Definition at line 88 of file TriangularMatrixVector.h.

#include <src/Core/products/TriangularMatrixVector.h>

List of all members.

Public Types

enum  { IsLower = ((Mode&Lower)==Lower), HasUnitDiag = (Mode & UnitDiag)==UnitDiag }
typedef scalar_product_traits
< LhsScalar, RhsScalar >
::ReturnType 
ResScalar

Static Public Member Functions

static void run (Index rows, Index cols, const LhsScalar *_lhs, Index lhsStride, const RhsScalar *_rhs, Index rhsIncr, ResScalar *_res, Index resIncr, ResScalar alpha)

Member Typedef Documentation

template<typename Index , int Mode, typename LhsScalar , bool ConjLhs, typename RhsScalar , bool ConjRhs>
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor >::ResScalar

Definition at line 90 of file TriangularMatrixVector.h.


Member Enumeration Documentation

template<typename Index , int Mode, typename LhsScalar , bool ConjLhs, typename RhsScalar , bool ConjRhs>
anonymous enum
Enumerator:
IsLower 
HasUnitDiag 

Definition at line 91 of file TriangularMatrixVector.h.


Member Function Documentation

template<typename Index , int Mode, typename LhsScalar , bool ConjLhs, typename RhsScalar , bool ConjRhs>
static void internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor >::run ( Index  rows,
Index  cols,
const LhsScalar *  _lhs,
Index  lhsStride,
const RhsScalar *  _rhs,
Index  rhsIncr,
ResScalar _res,
Index  resIncr,
ResScalar  alpha 
) [inline, static]



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011