|
Medial Code Documentation
|
Public Member Functions | |
| EIGEN_DEVICE_FUNC | DenseStorage (internal::constructor_without_unaligned_array_assert) |
| EIGEN_DEVICE_FUNC | DenseStorage (const DenseStorage &other) |
| EIGEN_DEVICE_FUNC DenseStorage & | operator= (const DenseStorage &other) |
| EIGEN_DEVICE_FUNC | DenseStorage (Index size, Index rows, Index cols) |
| EIGEN_DEVICE_FUNC void | swap (DenseStorage &other) |
| EIGEN_DEVICE_FUNC void | conservativeResize (Index, Index, Index) |
| EIGEN_DEVICE_FUNC void | resize (Index, Index, Index) |
| EIGEN_DEVICE_FUNC const T * | data () const |
| EIGEN_DEVICE_FUNC T * | data () |
Static Public Member Functions | |
| static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows (void) EIGEN_NOEXCEPT |
| static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols (void) EIGEN_NOEXCEPT |