OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TranspositionType
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Cholesky/
LDLT.h
67
typedef Transpositions<RowsAtCompileTime, MaxRowsAtCompileTime>
TranspositionType
;
156
inline const
TranspositionType
& transpositionsP() const
280
TranspositionType
m_transpositions;
293
template<typename MatrixType, typename
TranspositionType
, typename Workspace>
294
static bool unblocked(MatrixType& mat,
TranspositionType
& transpositions, Workspace& temp, SignMatrix& sign)
299
typedef typename
TranspositionType
::StorageIndex IndexType;
441
template<typename MatrixType, typename
TranspositionType
, typename Workspace, typename WType>
442
static bool update(MatrixType& mat, const
TranspositionType
& transpositions, Workspace& tmp, const WType& w, const typename MatrixType::RealScalar& sigma=1)
453
template<typename MatrixType, typename
TranspositionType
, typename Workspace>
454
static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat,
TranspositionType
& transpositions, Workspace& temp, SignMatrix& sign
[
all
...]
/external/eigen/Eigen/src/LU/
PartialPivLU.h
89
typedef Transpositions<RowsAtCompileTime, MaxRowsAtCompileTime>
TranspositionType
;
285
TranspositionType
m_rowsTranspositions;
501
template<typename MatrixType, typename
TranspositionType
>
502
void partial_lu_inplace(MatrixType& lu,
TranspositionType
& row_transpositions, typename
TranspositionType
::StorageIndex& nb_transpositions)
508
<typename MatrixType::Scalar, MatrixType::Flags&RowMajorBit?RowMajor:ColMajor, typename
TranspositionType
::StorageIndex>
529
typename
TranspositionType
::StorageIndex nb_transpositions;
/external/eigen/Eigen/src/Core/
Transpositions.h
371
typedef TranspositionsDerived
TranspositionType
;
372
typedef typename
TranspositionType
::IndicesType IndicesType;
375
explicit Transpose(const
TranspositionType
& t) : m_transpositions(t) {}
399
const
TranspositionType
& nestedExpression() const { return m_transpositions; }
402
const
TranspositionType
& m_transpositions;
ProductEvaluators.h
[
all
...]
Completed in 477 milliseconds