Static Public Member Functions

internal::triangular_solve_matrix< Scalar, Index, Side, Mode, Conjugate, TriStorageOrder, RowMajor > Struct Template Reference

#include <TriangularSolverMatrix.h>

List of all members.

Static Public Member Functions

static EIGEN_DONT_INLINE void run (Index size, Index cols, const Scalar *tri, Index triStride, Scalar *_other, Index otherStride)

template<typename Scalar, typename Index, int Side, int Mode, bool Conjugate, int TriStorageOrder>
struct internal::triangular_solve_matrix< Scalar, Index, Side, Mode, Conjugate, TriStorageOrder, RowMajor >


Member Function Documentation

template<typename Scalar , typename Index , int Side, int Mode, bool Conjugate, int TriStorageOrder>
static EIGEN_DONT_INLINE void internal::triangular_solve_matrix< Scalar, Index, Side, Mode, Conjugate, TriStorageOrder, RowMajor >::run ( Index  size,
Index  cols,
const Scalar *  tri,
Index  triStride,
Scalar *  _other,
Index  otherStride 
) [inline, static]

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