OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:originalMatrix
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/misc/
Image.h
43
image_retval_base(const DecompositionType& dec, const MatrixType&
originalMatrix
)
46
m_originalMatrix(
originalMatrix
)
53
inline const MatrixType&
originalMatrix
() const { return m_originalMatrix; }
75
using Base::
originalMatrix
; \
79
image_retval(const DecompositionType& dec, const MatrixType&
originalMatrix
) \
80
: Base(dec,
originalMatrix
) {}
/external/eigen/Eigen/src/LU/
FullPivLU.h
171
* \param
originalMatrix
the original matrix, of which *this is the LU decomposition.
188
image(const MatrixType&
originalMatrix
) const
191
return internal::image_retval<FullPivLU>(*this,
originalMatrix
);
668
dst.col(i) =
originalMatrix
().col(dec().permutationQ().indices().coeff(pivots.coeff(i)));
Completed in 219 milliseconds