MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / m_rows

Function m_rows

include/rabitqlib/third/Eigen/src/Core/DenseStorage.h:362–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 return *this;
361 }
362 EIGEN_DEVICE_FUNC DenseStorage(Index, Index rows, Index) : m_rows(rows) {}
363 EIGEN_DEVICE_FUNC void swap(DenseStorage& other)
364 {
365 internal::plain_array_helper::swap(m_data, m_rows * _Cols, other.m_data, other.m_rows * _Cols);

Callers 4

CwiseNullaryOpClass · 0.85
DenseStorageMethod · 0.85
DenseStorage.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected