OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_sizea
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h
325
DenseIndex
m_sizeA
;
338
m_sizeA
= this->m_mc * this->m_kc;
346
this->m_blockA = aligned_new<LhsScalar>(
m_sizeA
);
370
aligned_delete(this->m_blockA,
m_sizeA
);
Completed in 62 milliseconds