OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowBlocks
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h
42
* setBlockLayout(
rowBlocks
, colBlocks).
559
* \param
rowBlocks
: Number of rows per row block
563
inline void setBlockLayout(const VectorXi&
rowBlocks
, const VectorXi& colBlocks)
565
const VectorXi& innerBlocks = IsColMajor ?
rowBlocks
: colBlocks;
566
const VectorXi& outerBlocks = IsColMajor ? colBlocks :
rowBlocks
;
645
VectorXi
rowBlocks
(m_innerBSize); // Size of each block row
647
rowBlocks
.setZero(); colBlocks.setZero();
660
eigen_assert((
rowBlocks
[it->row()] == 0 ||
rowBlocks
[it->row()] == it->value().rows()) &&
664
rowBlocks
[it->row()] =it->value().rows()
[
all
...]
/external/dng_sdk/source/
dng_read_image.cpp
926
uint32
rowBlocks
= buffer.fArea.H () / blockRows;
940
for (uint32 rowBlock = 0; rowBlock <
rowBlocks
; rowBlock++)
[
all
...]
dng_image_writer.cpp
[
all
...]
Completed in 95 milliseconds