OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PivotsType
(Results
1 - 2
of
2
) sorted by null
/external/eigen/lapack/
lapack_common.h
19
typedef Eigen::Map<Eigen::Transpositions<Eigen::Dynamic,Eigen::Dynamic,int> >
PivotsType
;
lu.cpp
69
B =
PivotsType
(ipiv,*n) * B;
77
B =
PivotsType
(ipiv,*n).transpose() * B;
83
B =
PivotsType
(ipiv,*n).transpose() * B;
Completed in 57 milliseconds