Home
last modified time | relevance | path

Searched defs:outerSize (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h166 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function
205 … const Index outerSize = (int(OtherDerived::Flags) & RowMajorBit) ? other.rows() : other.cols(); in assign() local
240 const Index outerSize = other.outerSize(); in assignGeneric() local
DSparseBlock.h268 …ed,Dynamic,Dynamic,true> SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) in innerVectors()
280 …amic,Dynamic,true> SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) const in innerVectors()
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h128 Index outerSize() const { in outerSize() function
/external/chromium_org/third_party/WebKit/Source/web/
DViewportAnchor.cpp154 IntSize outerSize = scrollView.visibleContentRect().size(); in computeOrigins() local
/external/eigen/Eigen/src/Core/
DDenseBase.h196 Index outerSize() const in outerSize() function
/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h184 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local