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

Function m_cols

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

Source from the content-addressed store, hash-verified

397 return *this;
398 }
399 EIGEN_DEVICE_FUNC DenseStorage(Index, Index, Index cols) : m_cols(cols) {}
400 EIGEN_DEVICE_FUNC void swap(DenseStorage& other) {
401 internal::plain_array_helper::swap(m_data, _Rows * m_cols, other.m_data, _Rows * other.m_cols);
402 numext::swap(m_cols, other.m_cols);

Callers 2

DenseStorageMethod · 0.85
DenseStorage.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected