OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real_complex
(Results
1 - 1
of
1
) sorted by null
/external/eigen/test/
linearstructure.cpp
77
template<typename MatrixType> void
real_complex
(DenseIndex rows = MatrixType::RowsAtCompileTime, DenseIndex cols = MatrixType::ColsAtCompileTime)
function
130
CALL_SUBTEST_11(
real_complex
<Matrix4cd>() );
131
CALL_SUBTEST_11(
real_complex
<MatrixXcf>(10,10) );
132
CALL_SUBTEST_11(
real_complex
<ArrayXXcf>(10,10) );
Completed in 102 milliseconds