OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TranspositionType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
Transpositions.h
45
template<typename
TranspositionType
, typename MatrixType, int Side, bool Transposed=false> struct transposition_matrix_product_retval;
354
template<typename
TranspositionType
, typename MatrixType, int Side, bool Transposed>
355
struct traits<transposition_matrix_product_retval<
TranspositionType
, MatrixType, Side, Transposed> >
360
template<typename
TranspositionType
, typename MatrixType, int Side, bool Transposed>
362
: public ReturnByValue<transposition_matrix_product_retval<
TranspositionType
, MatrixType, Side, Transposed> >
365
typedef typename
TranspositionType
::Index Index;
367
transposition_matrix_product_retval(const
TranspositionType
& tr, const MatrixType& matrix)
393
const
TranspositionType
& m_transpositions;
404
typedef TranspositionsDerived
TranspositionType
;
405
typedef typename
TranspositionType
::IndicesType IndicesType
[
all
...]
/external/eigen/Eigen/src/Cholesky/
LDLT.h
65
typedef Transpositions<RowsAtCompileTime, MaxRowsAtCompileTime>
TranspositionType
;
135
inline const
TranspositionType
& transpositionsP() const
246
TranspositionType
m_transpositions;
258
template<typename MatrixType, typename
TranspositionType
, typename Workspace>
259
static bool unblocked(MatrixType& mat,
TranspositionType
& transpositions, Workspace& temp, SignMatrix& sign)
387
template<typename MatrixType, typename
TranspositionType
, typename Workspace, typename WType>
388
static bool update(MatrixType& mat, const
TranspositionType
& transpositions, Workspace& tmp, const WType& w, const typename MatrixType::RealScalar& sigma=1)
399
template<typename MatrixType, typename
TranspositionType
, typename Workspace>
400
static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat,
TranspositionType
& transpositions, Workspace& temp, SignMatrix& sign)
406
template<typename MatrixType, typename
TranspositionType
, typename Workspace, typename WType
[
all
...]
/external/eigen/Eigen/src/LU/
PartialPivLU.h
64
typedef Transpositions<RowsAtCompileTime, MaxRowsAtCompileTime>
TranspositionType
;
176
TranspositionType
m_rowsTranspositions;
373
template<typename MatrixType, typename
TranspositionType
>
374
void partial_lu_inplace(MatrixType& lu,
TranspositionType
& row_transpositions, typename
TranspositionType
::Index& nb_transpositions)
380
<typename MatrixType::Scalar, MatrixType::Flags&RowMajorBit?RowMajor:ColMajor, typename
TranspositionType
::Index>
399
typename
TranspositionType
::Index nb_transpositions;
Completed in 238 milliseconds