OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_adjoint
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h
129
m_adjoint
.resize(svd.cols(), svd.rows());
137
m_adjoint
= matrix.adjoint();
138
m_qr.compute(
m_adjoint
);
149
TransposeTypeWithSameStorageOrder
m_adjoint
;
member in class:Eigen::internal::qr_preconditioner_impl
223
m_adjoint
.resize(svd.cols(), svd.rows());
230
m_adjoint
= matrix.adjoint();
231
m_qr.compute(
m_adjoint
);
249
TransposeTypeWithSameStorageOrder
m_adjoint
;
member in class:Eigen::internal::qr_preconditioner_impl
322
m_adjoint
.resize(svd.cols(), svd.rows());
329
m_adjoint
= matrix.adjoint()
348
TransposeTypeWithSameStorageOrder
m_adjoint
;
member in class:Eigen::internal::qr_preconditioner_impl
[
all
...]
/external/eigen/Eigen/src/SVD/
JacobiSVD.h
129
m_adjoint
.resize(svd.cols(), svd.rows());
137
m_adjoint
= matrix.adjoint();
138
m_qr.compute(
m_adjoint
);
149
TransposeTypeWithSameStorageOrder
m_adjoint
;
member in class:Eigen::internal::qr_preconditioner_impl
223
m_adjoint
.resize(svd.cols(), svd.rows());
230
m_adjoint
= matrix.adjoint();
231
m_qr.compute(
m_adjoint
);
249
TransposeTypeWithSameStorageOrder
m_adjoint
;
member in class:Eigen::internal::qr_preconditioner_impl
322
m_adjoint
.resize(svd.cols(), svd.rows());
329
m_adjoint
= matrix.adjoint()
348
TransposeTypeWithSameStorageOrder
m_adjoint
;
member in class:Eigen::internal::qr_preconditioner_impl
[
all
...]
Completed in 129 milliseconds