OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fT
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h
165
MatrixType
m_fT
; /**< \brief %Matrix function applied to #m_T */
212
result = m_U * (
m_fT
.template triangularView<Upper>() * m_U.adjoint());
360
/** \brief Compute block diagonal part of #
m_fT
.
364
* off-diagonal parts of #
m_fT
are set to zero.
369
m_fT
.resize(m_T.rows(), m_T.cols());
370
m_fT
.setZero();
372
block(
m_fT
, i, i) = m_atomic.compute(block(m_T, i, i));
383
/** \brief Compute part of #
m_fT
above block diagonal.
385
* This routine assumes that the block diagonal part of #
m_fT
(which
398
DynMatrixType C = block(
m_fT
, blockIndex, blockIndex) * block(m_T, blockIndex, blockIndex+diagIndex)
[
all
...]
MatrixPower.h
329
ComplexMatrix m_T, m_U,
m_fT
;
419
MatrixPowerAtomic<ComplexMatrix>(m_T, p).compute(
m_fT
);
420
revertSchur(m_tmp,
m_fT
, m_U);
Completed in 369 milliseconds