MCPcopy Create free account
hub / github.com/abess-team/abess / diagonalSize

Method diagonalSize

python/include/Eigen/src/Core/MatrixBase.h:100–101  ·  view source on GitHub ↗

\returns the size of the main diagonal, which is min(rows(),cols()). * \sa rows(), cols(), SizeAtCompileTime. */

Source from the content-addressed store, hash-verified

98 /** \returns the size of the main diagonal, which is min(rows(),cols()).
99 * \sa rows(), cols(), SizeAtCompileTime. */
100 EIGEN_DEVICE_FUNC
101 inline Index diagonalSize() const { return (numext::mini)(rows(),cols()); }
102
103 typedef typename Base::PlainObject PlainObject;
104

Callers 6

HouseholderSequenceMethod · 0.80
thresholdMethod · 0.80
thresholdMethod · 0.80
computeInPlaceMethod · 0.80
thresholdMethod · 0.80
computeInPlaceMethod · 0.80

Calls 2

rowsFunction · 0.70
colsFunction · 0.70

Tested by

no test coverage detected